#c03644

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

Shades of Brick Red #C03644

Tints of Brick Red #C03644

Color information

#C03644 (or 0xC03644) is unknown color: approx Brick Red. HEX triplet: C0, 36 and 44. RGB value is (192,54,68). Sum of RGB (Red+Green+Blue) = 192+54+68=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C03644 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03644 is #3FC9BB. Grayscale: #606060. Windows color (decimal): -4180412 or 4470464. OLE color: 4470464.

HSL color Cylindrical-coordinate representation of color #C03644: hue angle of 353.91º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03644 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB1925468-
CMYK00.720.650.25
HSL353.91º56.1%48.24%-
HSV(B)353.91º71.88%75.29%-
XYZ24.114.266.95-
YUV96.86111.72195.86-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 61.15%
GREEN value IS 54 (21.48% from 255) = 17.20%
BLUE value IS 68 (26.95% from 255) = 21.66%
R=61.15%
G=17.20%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192546800.720.650.25353.9156.148.24
HexC0364404841191623830
Octal300661040110101315427060
Binary11000000110110100010001001000100000111001101100010111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c03644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c03644; }

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

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

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

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

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

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

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

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