#C83242

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

Shades of Brick Red #C83242

Tints of Brick Red #C83242

Color information

#C83242 (or 0xC83242) is unknown color: approx Brick Red. HEX triplet: C8, 32 and 42. RGB value is (200,50,66). Sum of RGB (Red+Green+Blue) = 200+50+66=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C83242 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83242 is #37CDBD. Grayscale: #606060. Windows color (decimal): -3657150 or 4338376. OLE color: 4338376.

HSL color Cylindrical-coordinate representation of color #C83242: hue angle of 353.6º degrees, saturation: 0.6, 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 #C83242 is Cyan = 0, Magento = 0.75, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB2005066-
CMYK00.750.670.22
HSL353.6º60%49.02%-
HSV(B)353.6º75%78.43%-
XYZ25.9414.956.67-
YUV96.67110.7201.7-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 63.29%
GREEN value IS 50 (19.92% from 255) = 15.82%
BLUE value IS 66 (26.17% from 255) = 20.89%
R=63.29%
G=15.82%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200506600.750.670.22353.66049.02
HexC8324204B43161623c31
Octal310621020113103265427461
Binary11001000110010100001001001011100001110110101100010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83242; }

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

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

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

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

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

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

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

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