#c03040

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

Shades of Brick Red #C03040

Tints of Brick Red #C03040

Color information

#C03040 (or 0xC03040) is unknown color: approx Brick Red. HEX triplet: C0, 30 and 40. RGB value is (192,48,64). Sum of RGB (Red+Green+Blue) = 192+48+64=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C03040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03040 is #3FCFBF. Grayscale: #5C5C5C. Windows color (decimal): -4181952 or 4206784. OLE color: 4206784.

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

Color convert

RGB1924864-
CMYK00.750.670.25
HSL353.33º60%47.06%-
HSV(B)353.33º75%75.29%-
XYZ23.7213.696.24-
YUV92.88111.71198.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 63.16%
GREEN value IS 48 (19.14% from 255) = 15.79%
BLUE value IS 64 (25.39% from 255) = 21.05%
R=63.16%
G=15.79%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192486400.750.670.25353.336047.06
HexC0304004B43191613c2f
Octal300601000113103315417457
Binary11000000110000100000001001011100001111001101100001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c03040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c03040; }

 p { color: rgb(192,48,64); }

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

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

 a { background-color: rgb(192,48,64); }

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

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

 span { border-color: rgb(192,48,64); }

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