#c84046

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

Shades of Brick Red #C84046

Tints of Brick Red #C84046

Color information

#C84046 (or 0xC84046) is unknown color: approx Brick Red. HEX triplet: C8, 40 and 46. RGB value is (200,64,70). Sum of RGB (Red+Green+Blue) = 200+64+70=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 64 (25.39% from 255 or 19.16% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C84046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84046 is #37BFB9. Grayscale: #696969. Windows color (decimal): -3653562 or 4604104. OLE color: 4604104.

HSL color Cylindrical-coordinate representation of color #C84046: hue angle of 357.35º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C84046 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB2006470-
CMYK00.680.650.22
HSL357.35º55.28%51.76%-
HSV(B)357.35º68%78.43%-
XYZ26.7616.397.55-
YUV105.35108.06195.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.88%
GREEN value IS 64 (25.39% from 255) = 19.16%
BLUE value IS 70 (27.73% from 255) = 20.96%
R=59.88%
G=19.16%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200647000.680.650.22357.3555.2851.76
HexC8404604441161653734
Octal3101001060104101265456764
Binary110010001000000100011001000100100000110110101100101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c84046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c84046; }

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

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

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

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

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

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

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

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