#C9324A

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

Shades of Brick Red #C9324A

Tints of Brick Red #C9324A

Color information

#C9324A (or 0xC9324A) is unknown color: approx 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

RGB2015074-
CMYK00.750.630.21
HSL350.46º60.16%49.22%-
HSV(B)350.46º75.12%78.82%-
XYZ26.4615.198.02-
YUV97.88114.53201.55-

RGB Variations

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

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.30% from 255) = 22.77%
R=61.85%
G=15.38%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201507400.750.630.21350.4660.1649.22
HexC9324A04B3F1515e3c31
Octal31162112011377255367461
Binary1100100111001010010100100101111111110101101011110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9324A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>