#C02E41

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

Shades of Brick Red #C02E41

Tints of Brick Red #C02E41

Color information

#C02E41 (or 0xC02E41) is unknown color: approx Brick Red. HEX triplet: C0, 2E and 41. RGB value is (192,46,65). Sum of RGB (Red+Green+Blue) = 192+46+65=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 46 (18.36% from 255 or 15.18% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02E41 is #3FD1BE. Grayscale: #5B5B5B. Windows color (decimal): -4182463 or 4271808. OLE color: 4271808.

HSL color Cylindrical-coordinate representation of color #C02E41: hue angle of 352.19º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02E41 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1924665-
CMYK00.760.660.25
HSL352.19º61.34%46.67%-
HSV(B)352.19º76.04%75.29%-
XYZ23.6713.546.37-
YUV91.82112.87199.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 63.37%
GREEN value IS 46 (18.36% from 255) = 15.18%
BLUE value IS 65 (25.78% from 255) = 21.45%
R=63.37%
G=15.18%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192466500.760.660.25352.1961.3446.67
HexC02E4104C42191603d2f
Octal300561010114102315407557
Binary11000000101110100000101001100100001011001101100000111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02E41; }

 p { color: rgb(192,46,65); }

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

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

 a { background-color: rgb(192,46,65); }

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

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

 span { border-color: rgb(192,46,65); }

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