#C03C44

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

Shades of Brick Red #C03C44

Tints of Brick Red #C03C44

Color information

#C03C44 (or 0xC03C44) is unknown color: approx Brick Red. HEX triplet: C0, 3C and 44. RGB value is (192,60,68). Sum of RGB (Red+Green+Blue) = 192+60+68=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C44 is #3FC3BB. Grayscale: #646464. Windows color (decimal): -4178876 or 4472000. OLE color: 4472000.

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

Color convert

RGB1926068-
CMYK00.690.650.25
HSL356.36º52.38%49.41%-
HSV(B)356.36º68.75%75.29%-
XYZ24.414.867.05-
YUV100.38109.73193.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60%
GREEN value IS 60 (23.83% from 255) = 18.75%
BLUE value IS 68 (26.95% from 255) = 21.25%
R=60%
G=18.75%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192606800.690.650.25356.3652.3849.41
HexC03C4404541191643431
Octal300741040105101315446461
Binary11000000111100100010001000101100000111001101100100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03C44; }

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

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

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

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

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

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

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

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