Html Css Color HEX #C9354A Brick Red

📋 copy color: '#C9354A'

red 201 ◦ green 53 ◦ blue 74

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

Shades of Brick Red #C9354A

Tints of Brick Red #C9354A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.16%

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

R = 61.28%
G = 16.16%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9354A (or 0xC9354A) is known color: Brick Red. HEX triplet: C9, 35 and 4A. RGB value is (201,53,74). Sum of RGB (Red+Green+Blue) = 201+53+74=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 53 (21.09% from 255 or 16.16% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C9354A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9354A is #36CAB5. Grayscale: #636363. Windows color (decimal): -3590838 or 4863433. OLE color: 4863433.

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

Color convert

RGB 201 53 74 -
CMYK 0 0.74 0.63 0.21
HSL 351.49º 0.58% 0.5% -
HSV(B) 351.49º 0.74% 0.79% -
XYZ 26.6 15.46 8.06 -
YUV 99.65 113.53 200.29 -
System Red Green Blue C M Y K H S L
Decimal 201 53 74 0 0.74 0.63 0.21 351.49 0.58 0.5
Hex C9 35 4A 0 4A 3F 15 15F 3A 32
Octal 311 65 112 0 112 77 25 537 72 62
Binary 11001001 110101 1001010 0 1001010 111111 10101 101011111 111010 110010

Color Harmonies of #C9354A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9354A

Black with #C9354A

Text Example


Text Example

White with #C9354A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9354A; }

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

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

background-color css

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

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

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

border-color css

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

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

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