#C02C41

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

Shades of Brick Red #C02C41

Tints of Brick Red #C02C41

Color information

#C02C41 (or 0xC02C41) is unknown color: approx Brick Red. HEX triplet: C0, 2C and 41. RGB value is (192,44,65). Sum of RGB (Red+Green+Blue) = 192+44+65=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 65 (25.78% from 255 or 21.59% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02C41 is #3FD3BE. Grayscale: #5A5A5A. Windows color (decimal): -4182975 or 4271296. OLE color: 4271296.

HSL color Cylindrical-coordinate representation of color #C02C41: hue angle of 351.49º 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 #C02C41 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1924465-
CMYK00.770.660.25
HSL351.49º62.71%46.27%-
HSV(B)351.49º77.08%75.29%-
XYZ23.5913.396.34-
YUV90.65113.53200.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 63.79%
GREEN value IS 44 (17.58% from 255) = 14.62%
BLUE value IS 65 (25.78% from 255) = 21.59%
R=63.79%
G=14.62%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192446500.770.660.25351.4962.7146.27
HexC02C4104D421915f3f2e
Octal300541010115102315377756
Binary11000000101100100000101001101100001011001101011111111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02C41; }

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

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

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

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

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

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

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

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