#C94249

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

Shades of Brick Red #C94249

Tints of Brick Red #C94249

Color information

#C94249 (or 0xC94249) is unknown color: approx Brick Red. HEX triplet: C9, 42 and 49. RGB value is (201,66,73). Sum of RGB (Red+Green+Blue) = 201+66+73=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C94249 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C94249 is #36BDB6. Grayscale: #6B6B6B. Windows color (decimal): -3587511 or 4801225. OLE color: 4801225.

HSL color Cylindrical-coordinate representation of color #C94249: hue angle of 356.89º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94249 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB2016673-
CMYK00.670.640.21
HSL356.89º55.56%52.35%-
HSV(B)356.89º67.16%78.82%-
XYZ27.2416.798.11-
YUV107.16108.73194.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.12%
GREEN value IS 66 (26.17% from 255) = 19.41%
BLUE value IS 73 (28.91% from 255) = 21.47%
R=59.12%
G=19.41%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201667300.670.640.21356.8955.5652.35
HexC9424904340151653834
Octal3111021110103100255457064
Binary110010011000010100100101000011100000010101101100101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94249; }

 p { color: rgb(201,66,73); }

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

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

 a { background-color: rgb(201,66,73); }

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

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

 span { border-color: rgb(201,66,73); }

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