#C03942

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

Shades of Brick Red #C03942

Tints of Brick Red #C03942

Color information

#C03942 (or 0xC03942) is unknown color: approx Brick Red. HEX triplet: C0, 39 and 42. RGB value is (192,57,66). Sum of RGB (Red+Green+Blue) = 192+57+66=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C03942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03942 is #3FC6BD. Grayscale: #626262. Windows color (decimal): -4179646 or 4340160. OLE color: 4340160.

HSL color Cylindrical-coordinate representation of color #C03942: hue angle of 356º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03942 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1925766-
CMYK00.700.660.25
HSL356º54.22%48.82%-
HSV(B)356º70.31%75.29%-
XYZ24.1814.536.68-
YUV98.39109.73194.77-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 60.95%
GREEN value IS 57 (22.66% from 255) = 18.10%
BLUE value IS 66 (26.17% from 255) = 20.95%
R=60.95%
G=18.10%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192576600.700.660.2535654.2248.82
HexC0394204642191643631
Octal300711020106102315446661
Binary11000000111001100001001000110100001011001101100100110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03942; }

 p { color: rgb(192,57,66); }

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

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

 a { background-color: rgb(192,57,66); }

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

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

 span { border-color: rgb(192,57,66); }

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