#C83342

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

Shades of Brick Red #C83342

Tints of Brick Red #C83342

Color information

#C83342 (or 0xC83342) is unknown color: approx Brick Red. HEX triplet: C8, 33 and 42. RGB value is (200,51,66). Sum of RGB (Red+Green+Blue) = 200+51+66=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 66 (26.17% from 255 or 20.82% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C83342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83342 is #37CCBD. Grayscale: #616161. Windows color (decimal): -3656894 or 4338632. OLE color: 4338632.

HSL color Cylindrical-coordinate representation of color #C83342: hue angle of 353.96º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83342 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB2005166-
CMYK00.740.670.22
HSL353.96º59.36%49.22%-
HSV(B)353.96º74.5%78.43%-
XYZ25.9915.046.69-
YUV97.26110.36201.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.09%
GREEN value IS 51 (20.31% from 255) = 16.09%
BLUE value IS 66 (26.17% from 255) = 20.82%
R=63.09%
G=16.09%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200516600.740.670.22353.9659.3649.22
HexC8334204A43161623b31
Octal310631020112103265427361
Binary11001000110011100001001001010100001110110101100010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83342; }

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

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

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

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

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

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

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

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