#C84149

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

Shades of Brick Red #C84149

Tints of Brick Red #C84149

Color information

#C84149 (or 0xC84149) is unknown color: approx Brick Red. HEX triplet: C8, 41 and 49. RGB value is (200,65,73). Sum of RGB (Red+Green+Blue) = 200+65+73=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 65 (25.78% from 255 or 19.23% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C84149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84149 is #37BEB6. Grayscale: #6A6A6A. Windows color (decimal): -3653303 or 4800968. OLE color: 4800968.

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

Color convert

RGB2006573-
CMYK00.680.640.22
HSL356.44º55.1%51.96%-
HSV(B)356.44º67.5%78.43%-
XYZ26.9116.548.08-
YUV106.28109.23194.85-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.17%
GREEN value IS 65 (25.78% from 255) = 19.23%
BLUE value IS 73 (28.91% from 255) = 21.60%
R=59.17%
G=19.23%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200657300.680.640.22356.4455.151.96
HexC8414904440161643734
Octal3101011110104100265446764
Binary110010001000001100100101000100100000010110101100100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84149; }

 p { color: rgb(200,65,73); }

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

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

 a { background-color: rgb(200,65,73); }

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

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

 span { border-color: rgb(200,65,73); }

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