#C84148

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

Shades of Brick Red #C84148

Tints of Brick Red #C84148

Color information

#C84148 (or 0xC84148) is unknown color: approx Brick Red. HEX triplet: C8, 41 and 48. RGB value is (200,65,72). Sum of RGB (Red+Green+Blue) = 200+65+72=337 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.35% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 72 (28.52% from 255 or 21.36% from 337); Max value from RGB is 200 - color contains mainly: red. Hex color #C84148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C84148 is #37BEB7. Grayscale: #6A6A6A. Windows color (decimal): -3653304 or 4735432. OLE color: 4735432.

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

Color convert

RGB2006572-
CMYK00.680.640.22
HSL356.89º55.1%51.96%-
HSV(B)356.89º67.5%78.43%-
XYZ26.8816.537.9-
YUV106.16108.73194.93-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 59.35%
GREEN value IS 65 (25.78% from 255) = 19.29%
BLUE value IS 72 (28.52% from 255) = 21.36%
R=59.35%
G=19.29%
B=21.36%

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
Decimal200657200.680.640.22356.8955.151.96
HexC8414804440161653734
Octal3101011100104100265456764
Binary110010001000001100100001000100100000010110101100101110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84148; }

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

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

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

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

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

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

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

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