#C62742

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

Shades of Brick Red #C62742

Tints of Brick Red #C62742

Color information

#C62742 (or 0xC62742) is unknown color: approx Brick Red. HEX triplet: C6, 27 and 42. RGB value is (198,39,66). Sum of RGB (Red+Green+Blue) = 198+39+66=303 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.35% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 198 - color contains mainly: red. Hex color #C62742 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62742 is #39D8BD. Grayscale: #595959. Windows color (decimal): -3791038 or 4335558. OLE color: 4335558.

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

Color convert

RGB1983966-
CMYK00.800.670.22
HSL349.81º67.09%46.47%-
HSV(B)349.81º80.3%77.65%-
XYZ2513.856.51-
YUV89.62114.68205.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 65.35%
GREEN value IS 39 (15.62% from 255) = 12.87%
BLUE value IS 66 (26.17% from 255) = 21.78%
R=65.35%
G=12.87%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198396600.800.670.22349.8167.0946.47
HexC62742050431615e432e
Octal3064710201201032653610356
Binary110001101001111000010010100001000011101101010111101000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62742; }

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

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

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

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

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

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

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

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