#C72640

Color #C72640 Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C72640

Tints of Brick Red #C72640

Color information

#C72640 (or 0xC72640) is unknown color: approx Brick Red. HEX triplet: C7, 26 and 40. RGB value is (199,38,64). Sum of RGB (Red+Green+Blue) = 199+38+64=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C72640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72640 is #38D9BF. Grayscale: #595959. Windows color (decimal): -3725760 or 4204231. OLE color: 4204231.

HSL color Cylindrical-coordinate representation of color #C72640: hue angle of 350.31º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C72640 is Cyan = 0, Magento = 0.81, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB1993864-
CMYK00.810.680.22
HSL350.31º67.93%46.47%-
HSV(B)350.31º80.9%78.04%-
XYZ25.1713.96.21-
YUV89.1113.84206.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 199 (78.12% from 255) = 66.11%
GREEN value IS 38 (15.23% from 255) = 12.62%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=66.11%
G=12.62%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199386400.810.680.22350.3167.9346.47
HexC72640051441615e442e
Octal3074610001211042653610456
Binary110001111001101000000010100011000100101101010111101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C72640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C72640; }

 p { color: rgb(199,38,64); }

 H1.HeaderClassName
 {
   color: #C72640;
 }
 .AnyTagClassName
 {
   color: #C72640;
 }
</style>
background-color css

<style>
 a { background-color: #C72640; }

 a { background-color: rgb(199,38,64); }

 div.DivClassName
 {
   background-color: #C72640;
 }
 .BgClassName
 {
   background-color: #C72640;
 }
</style>
border-color css

<style>
 span { border-color: #C72640; }

 span { border-color: rgb(199,38,64); }

 td.TdClassName
 {
   border-color: #C72640;
 }
 .TagClassName
 {
   border-color: #C72640;
 }
</style>