#C83246

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

Shades of Brick Red #C83246

Tints of Brick Red #C83246

Color information

#C83246 (or 0xC83246) is unknown color: approx Brick Red. HEX triplet: C8, 32 and 46. RGB value is (200,50,70). Sum of RGB (Red+Green+Blue) = 200+50+70=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 70 (27.73% from 255 or 21.88% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C83246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83246 is #37CDB9. Grayscale: #616161. Windows color (decimal): -3657146 or 4600520. OLE color: 4600520.

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

Color convert

RGB2005070-
CMYK00.750.650.22
HSL352º60%49.02%-
HSV(B)352º75%78.43%-
XYZ26.07157.32-
YUV97.13112.7201.37-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 62.5%
GREEN value IS 50 (19.92% from 255) = 15.62%
BLUE value IS 70 (27.73% from 255) = 21.88%
R=62.5%
G=15.62%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200507000.750.650.223526049.02
HexC8324604B41161603c31
Octal310621060113101265407461
Binary11001000110010100011001001011100000110110101100000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83246; }

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

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

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

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

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

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

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

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