#C42742

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

Shades of Brick Red #C42742

Tints of Brick Red #C42742

Color information

#C42742 (or 0xC42742) is unknown color: approx Brick Red. HEX triplet: C4, 27 and 42. RGB value is (196,39,66). Sum of RGB (Red+Green+Blue) = 196+39+66=301 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.12% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 66 (26.17% from 255 or 21.93% from 301); Max value from RGB is 196 - color contains mainly: red. Hex color #C42742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42742 is #3BD8BD. Grayscale: #595959. Windows color (decimal): -3922110 or 4335556. OLE color: 4335556.

HSL color Cylindrical-coordinate representation of color #C42742: hue angle of 349.68º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C42742 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB1963966-
CMYK00.800.660.23
HSL349.68º66.81%46.08%-
HSV(B)349.68º80.1%76.86%-
XYZ24.4713.586.49-
YUV89.02115.01204.3-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 65.12%
GREEN value IS 39 (15.62% from 255) = 12.96%
BLUE value IS 66 (26.17% from 255) = 21.93%
R=65.12%
G=12.96%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196396600.800.660.23349.6866.8146.08
HexC42742050421715e432e
Octal3044710201201022753610356
Binary110001001001111000010010100001000010101111010111101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42742; }

 p { color: rgb(196,39,66); }

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

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

 a { background-color: rgb(196,39,66); }

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

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

 span { border-color: rgb(196,39,66); }

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