Html Css Color HEX #C9304A Brick Red

📋 copy color: '#C9304A'

red 201 ◦ green 48 ◦ blue 74

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

Shades of Brick Red #C9304A

Tints of Brick Red #C9304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.86%

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

R = 62.23%
G = 14.86%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9304A (or 0xC9304A) is known color: Brick Red. HEX triplet: C9, 30 and 4A. RGB value is (201,48,74). Sum of RGB (Red+Green+Blue) = 201+48+74=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C9304A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9304A is #36CFB5. Grayscale: #606060. Windows color (decimal): -3592118 or 4862153. OLE color: 4862153.

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

Color convert

RGB 201 48 74 -
CMYK 0 0.76 0.63 0.21
HSL 349.8º 0.61% 0.49% -
HSV(B) 349.8º 0.76% 0.79% -
XYZ 26.38 15.03 7.99 -
YUV 96.71 115.19 202.39 -
System Red Green Blue C M Y K H S L
Decimal 201 48 74 0 0.76 0.63 0.21 349.8 0.61 0.49
Hex C9 30 4A 0 4C 3F 15 15E 3D 31
Octal 311 60 112 0 114 77 25 536 75 61
Binary 11001001 110000 1001010 0 1001100 111111 10101 101011110 111101 110001

Color Harmonies of #C9304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9304A

Black with #C9304A

Text Example


Text Example

White with #C9304A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9304A; }

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

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

background-color css

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

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

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

border-color css

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

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

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