#C9364A

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

Shades of Brick Red #C9364A

Tints of Brick Red #C9364A

Color information

#C9364A (or 0xC9364A) is unknown color: approx Brick Red. HEX triplet: C9, 36 and 4A. RGB value is (201,54,74). Sum of RGB (Red+Green+Blue) = 201+54+74=329 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.09% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 201 - color contains mainly: red. Hex color #C9364A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9364A is #36C9B5. Grayscale: #646464. Windows color (decimal): -3590582 or 4863689. OLE color: 4863689.

HSL color Cylindrical-coordinate representation of color #C9364A: hue angle of 351.84º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C9364A is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB2015474-
CMYK00.730.630.21
HSL351.84º57.65%50%-
HSV(B)351.84º73.13%78.82%-
XYZ26.6415.558.08-
YUV100.23113.2199.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 61.09%
GREEN value IS 54 (21.48% from 255) = 16.41%
BLUE value IS 74 (29.30% from 255) = 22.49%
R=61.09%
G=16.41%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201547400.730.630.21351.8457.6550
HexC9364A0493F151603a32
Octal31166112011177255407262
Binary1100100111011010010100100100111111110101101100000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9364A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9364A; }

 p { color: rgb(201,54,74); }

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

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

 a { background-color: rgb(201,54,74); }

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

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

 span { border-color: rgb(201,54,74); }

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