Html Css Color HEX #C92849 Brick Red

📋 copy color: '#C92849'

red 201 ◦ green 40 ◦ blue 73

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

Shades of Brick Red #C92849

Tints of Brick Red #C92849

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.74%

 BLUE value IS 73 (28.91% from 255) = 23.25%

R = 64.01%
G = 12.74%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#C92849 (or 0xC92849) is known color: Brick Red. HEX triplet: C9, 28 and 49. RGB value is (201,40,73). Sum of RGB (Red+Green+Blue) = 201+40+73=314 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.01% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 201 - color contains mainly: red. Hex color #C92849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92849 is #36D7B6. Grayscale: #5B5B5B. Windows color (decimal): -3594167 or 4794569. OLE color: 4794569.

HSL color Cylindrical-coordinate representation of color #C92849: hue angle of 347.7º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C92849 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 40 73 -
CMYK 0 0.80 0.64 0.21
HSL 347.7º 0.67% 0.47% -
HSV(B) 347.7º 0.8% 0.79% -
XYZ 26.05 14.42 7.71 -
YUV 91.9 117.34 205.82 -
System Red Green Blue C M Y K H S L
Decimal 201 40 73 0 0.80 0.64 0.21 347.7 0.67 0.47
Hex C9 28 49 0 50 40 15 15C 43 2F
Octal 311 50 111 0 120 100 25 534 103 57
Binary 11001001 101000 1001001 0 1010000 1000000 10101 101011100 1000011 101111

Color Harmonies of #C92849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92849

Black with #C92849

Text Example


Text Example

White with #C92849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92849; }

 p { color: rgb(201,40,73); }

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

background-color css

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

 a { background-color: rgb(201,40,73); }

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

border-color css

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

 span { border-color: rgb(201,40,73); }

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