Html Css Color HEX #C9364B Brick Red

📋 copy color: '#C9364B'

red 201 ◦ green 54 ◦ blue 75

#C9364B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #C9364B

Tints of Brick Red #C9364B

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 value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9364B (or 0xC9364B) is known color: 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

RGB 201 54 75 -
CMYK 0 0.73 0.63 0.21
HSL 351.43º 0.58% 0.5% -
HSV(B) 351.43º 0.73% 0.79% -
XYZ 26.68 15.56 8.25 -
YUV 100.35 113.7 199.79 -
System Red Green Blue C M Y K H S L
Decimal 201 54 75 0 0.73 0.63 0.21 351.43 0.58 0.5
Hex C9 36 4B 0 49 3F 15 15F 3A 32
Octal 311 66 113 0 111 77 25 537 72 62
Binary 11001001 110110 1001011 0 1001001 111111 10101 101011111 111010 110010

Color Harmonies of #C9364B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9364B

Black with #C9364B

Text Example


Text Example

White with #C9364B

Text Example


Text Example

HTML Codes & Css Web 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>