#C9293C

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

Shades of Brick Red #C9293C

Tints of Brick Red #C9293C

Color information

#C9293C (or 0xC9293C) is unknown color: approx Brick Red. HEX triplet: C9, 29 and 3C. RGB value is (201,41,60). Sum of RGB (Red+Green+Blue) = 201+41+60=302 (40% of max value = 765). Red value is 201 (78.91% from 255 or 66.56% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 201 - color contains mainly: red. Hex color #C9293C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9293C is #36D6C3. Grayscale: #5B5B5B. Windows color (decimal): -3593924 or 3942857. OLE color: 3942857.

HSL color Cylindrical-coordinate representation of color #C9293C: hue angle of 352.88º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9293C is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB2014160-
CMYK00.800.700.21
HSL352.88º66.12%47.45%-
HSV(B)352.88º79.6%78.82%-
XYZ25.714.335.69-
YUV91.01110.51206.46-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 66.56%
GREEN value IS 41 (16.41% from 255) = 13.58%
BLUE value IS 60 (23.83% from 255) = 19.87%
R=66.56%
G=13.58%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201416000.800.700.21352.8866.1247.45
HexC9293C0504615161422f
Octal311517401201062554110257
Binary11001001101001111100010100001000110101011011000011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9293C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9293C; }

 p { color: rgb(201,41,60); }

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

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

 a { background-color: rgb(201,41,60); }

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

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

 span { border-color: rgb(201,41,60); }

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