Html Css Color HEX #C9364A Brick Red

📋 copy color: '#C9364A'

red 201 ◦ green 54 ◦ blue 74

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

Shades of Brick Red #C9364A

Tints of Brick Red #C9364A

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.3% from 255) = 22.49%

R = 61.09%
G = 16.41%
B = 22.49%

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

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

RGB 201 54 74 -
CMYK 0 0.73 0.63 0.21
HSL 351.84º 0.58% 0.5% -
HSV(B) 351.84º 0.73% 0.79% -
XYZ 26.64 15.55 8.08 -
YUV 100.23 113.2 199.87 -
System Red Green Blue C M Y K H S L
Decimal 201 54 74 0 0.73 0.63 0.21 351.84 0.58 0.5
Hex C9 36 4A 0 49 3F 15 160 3A 32
Octal 311 66 112 0 111 77 25 540 72 62
Binary 11001001 110110 1001010 0 1001001 111111 10101 101100000 111010 110010

Color Harmonies of #C9364A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9364A

Black with #C9364A

Text Example


Text Example

White with #C9364A

Text Example


Text Example

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