#C02F44

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

Shades of Brick Red #C02F44

Tints of Brick Red #C02F44

Color information

#C02F44 (or 0xC02F44) is unknown color: approx Brick Red. HEX triplet: C0, 2F and 44. RGB value is (192,47,68). Sum of RGB (Red+Green+Blue) = 192+47+68=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 68 (26.95% from 255 or 22.15% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C02F44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02F44 is #3FD0BB. Grayscale: #5C5C5C. Windows color (decimal): -4182204 or 4468672. OLE color: 4468672.

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

Color convert

RGB1924768-
CMYK00.760.650.25
HSL351.31º60.67%46.86%-
HSV(B)351.31º75.52%75.29%-
XYZ23.813.666.85-
YUV92.75114.04198.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 62.54%
GREEN value IS 47 (18.75% from 255) = 15.31%
BLUE value IS 68 (26.95% from 255) = 22.15%
R=62.54%
G=15.31%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192476800.760.650.25351.3160.6746.86
HexC02F4404C411915f3d2f
Octal300571040114101315377557
Binary11000000101111100010001001100100000111001101011111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C02F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C02F44; }

 p { color: rgb(192,47,68); }

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

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

 a { background-color: rgb(192,47,68); }

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

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

 span { border-color: rgb(192,47,68); }

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