#C9404C

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

Shades of Brick Red #C9404C

Tints of Brick Red #C9404C

Color information

#C9404C (or 0xC9404C) is unknown color: approx Brick Red. HEX triplet: C9, 40 and 4C. RGB value is (201,64,76). Sum of RGB (Red+Green+Blue) = 201+64+76=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 64 (25.39% from 255 or 18.77% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C9404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9404C is #36BFB3. Grayscale: #6A6A6A. Windows color (decimal): -3588020 or 4997321. OLE color: 4997321.

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

Color convert

RGB2016476-
CMYK00.680.620.21
HSL354.74º55.92%51.96%-
HSV(B)354.74º68.16%78.82%-
XYZ27.2316.618.61-
YUV106.33110.89195.52-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.94%
GREEN value IS 64 (25.39% from 255) = 18.77%
BLUE value IS 76 (30.08% from 255) = 22.29%
R=58.94%
G=18.77%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201647600.680.620.21354.7455.9251.96
HexC9404C0443E151633834
Octal311100114010476255437064
Binary11001001100000010011000100010011111010101101100011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9404C; }

 p { color: rgb(201,64,76); }

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

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

 a { background-color: rgb(201,64,76); }

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

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

 span { border-color: rgb(201,64,76); }

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