#C83942

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

Shades of Brick Red #C83942

Tints of Brick Red #C83942

Color information

#C83942 (or 0xC83942) is unknown color: approx Brick Red. HEX triplet: C8, 39 and 42. RGB value is (200,57,66). Sum of RGB (Red+Green+Blue) = 200+57+66=323 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.92% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 200 - color contains mainly: red. Hex color #C83942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83942 is #37C6BD. Grayscale: #646464. Windows color (decimal): -3655358 or 4340168. OLE color: 4340168.

HSL color Cylindrical-coordinate representation of color #C83942: hue angle of 356.22º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83942 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB2005766-
CMYK00.720.670.22
HSL356.22º56.52%50.39%-
HSV(B)356.22º71.5%78.43%-
XYZ26.2715.66.78-
YUV100.78108.38198.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 61.92%
GREEN value IS 57 (22.66% from 255) = 17.65%
BLUE value IS 66 (26.17% from 255) = 20.43%
R=61.92%
G=17.65%
B=20.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200576600.720.670.22356.2256.5250.39
HexC8394204843161643932
Octal310711020110103265447162
Binary11001000111001100001001001000100001110110101100100111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83942; }

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

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

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

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

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

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

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

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