#C62D42

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

Shades of Brick Red #C62D42

Tints of Brick Red #C62D42

Color information

#C62D42 (or 0xC62D42) is unknown color: approx Brick Red. HEX triplet: C6, 2D and 42. RGB value is (198,45,66). Sum of RGB (Red+Green+Blue) = 198+45+66=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 66 (26.17% from 255 or 21.36% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C62D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62D42 is #39D2BD. Grayscale: #5D5D5D. Windows color (decimal): -3789502 or 4337094. OLE color: 4337094.

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

Color convert

RGB1984566-
CMYK00.770.670.22
HSL351.76º62.96%47.65%-
HSV(B)351.76º77.27%77.65%-
XYZ25.2114.286.58-
YUV93.14112.69202.79-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 64.08%
GREEN value IS 45 (17.97% from 255) = 14.56%
BLUE value IS 66 (26.17% from 255) = 21.36%
R=64.08%
G=14.56%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198456600.770.670.22351.7662.9647.65
HexC62D4204D43161603f30
Octal306551020115103265407760
Binary11000110101101100001001001101100001110110101100000111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C62D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C62D42; }

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

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

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

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

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

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

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

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