#c02c3b

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

Shades of Brick Red #C02C3B

Tints of Brick Red #C02C3B

Color information

#C02C3B (or 0xC02C3B) is unknown color: approx Brick Red. HEX triplet: C0, 2C and 3B. RGB value is (192,44,59). Sum of RGB (Red+Green+Blue) = 192+44+59=295 (39% of max value = 765). Red value is 192 (75.39% from 255 or 65.08% from 295); Green value is 44 (17.58% from 255 or 14.92% from 295); Blue value is 59 (23.44% from 255 or 20% from 295); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C3B is #3FD3C4. Grayscale: #5A5A5A. Windows color (decimal): -4182981 or 3878080. OLE color: 3878080.

HSL color Cylindrical-coordinate representation of color #C02C3B: hue angle of 353.92º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02C3B is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.25.

Color convert

RGB1924459-
CMYK00.770.690.25
HSL353.92º62.71%46.27%-
HSV(B)353.92º77.08%75.29%-
XYZ23.4313.325.47-
YUV89.96110.53200.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 65.08%
GREEN value IS 44 (17.58% from 255) = 14.92%
BLUE value IS 59 (23.44% from 255) = 20%
R=65.08%
G=14.92%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192445900.770.690.25353.9262.7146.27
HexC02C3B04D45191623f2e
Octal30054730115105315427756
Binary1100000010110011101101001101100010111001101100010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c02c3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c02c3b; }

 p { color: rgb(192,44,59); }

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

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

 a { background-color: rgb(192,44,59); }

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

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

 span { border-color: rgb(192,44,59); }

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