#C9364B

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

Shades of Brick Red #C9364B

Tints of Brick Red #C9364B

Color information

#C9364B (or 0xC9364B) is unknown color: approx Brick Red. HEX triplet: C9, 36 and 4B. RGB value is (201,54,75). Sum of RGB (Red+Green+Blue) = 201+54+75=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9364B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9364B is #36C9B4. Grayscale: #646464. Windows color (decimal): -3590581 or 4929225. OLE color: 4929225.

HSL color Cylindrical-coordinate representation of color #C9364B: hue angle of 351.43º 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 #C9364B is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB2015475-
CMYK00.730.630.21
HSL351.43º57.65%50%-
HSV(B)351.43º73.13%78.82%-
XYZ26.6815.568.25-
YUV100.35113.7199.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.91%
GREEN value IS 54 (21.48% from 255) = 16.36%
BLUE value IS 75 (29.69% from 255) = 22.73%
R=60.91%
G=16.36%
B=22.73%

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
Decimal201547500.730.630.21351.4357.6550
HexC9364B0493F1515f3a32
Octal31166113011177255377262
Binary1100100111011010010110100100111111110101101011111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9364B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9364B; }

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

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

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

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

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

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

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

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