Html Css Color HEX #C9324A Brick Red

📋 copy color: '#C9324A'

red 201 ◦ green 50 ◦ blue 74

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

Shades of Brick Red #C9324A

Tints of Brick Red #C9324A

RGB

 RED value IS 201 (78.91% from 255) = 61.85%

 GREEN value IS 50 (19.92% from 255) = 15.38%

 BLUE value IS 74 (29.3% from 255) = 22.77%

R = 61.85%
G = 15.38%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9324A (or 0xC9324A) is known color: Brick Red. HEX triplet: C9, 32 and 4A. RGB value is (201,50,74). Sum of RGB (Red+Green+Blue) = 201+50+74=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C9324A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9324A is #36CDB5. Grayscale: #616161. Windows color (decimal): -3591606 or 4862665. OLE color: 4862665.

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

Color convert

RGB 201 50 74 -
CMYK 0 0.75 0.63 0.21
HSL 350.46º 0.6% 0.49% -
HSV(B) 350.46º 0.75% 0.79% -
XYZ 26.46 15.19 8.02 -
YUV 97.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 201 50 74 0 0.75 0.63 0.21 350.46 0.6 0.49
Hex C9 32 4A 0 4B 3F 15 15E 3C 31
Octal 311 62 112 0 113 77 25 536 74 61
Binary 11001001 110010 1001010 0 1001011 111111 10101 101011110 111100 110001

Color Harmonies of #C9324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9324A

Black with #C9324A

Text Example


Text Example

White with #C9324A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9324A; }

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

 H1.HeaderClassName
 {
   color: #C9324A;
 }
 .AnyTagClassName
 {
   color: #C9324A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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