Html Css Color HEX #C92848 Brick Red

📋 copy color: '#C92848'

red 201 ◦ green 40 ◦ blue 72

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

Shades of Brick Red #C92848

Tints of Brick Red #C92848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23%

R = 64.22%
G = 12.78%
B = 23%

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

#C92848 (or 0xC92848) is known color: Brick Red. HEX triplet: C9, 28 and 48. RGB value is (201,40,72). Sum of RGB (Red+Green+Blue) = 201+40+72=313 (41% of max value = 765). Red value is 201 (78.91% from 255 or 64.22% from 313); Green value is 40 (16.02% from 255 or 12.78% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 201 - color contains mainly: red. Hex color #C92848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92848 is #36D7B7. Grayscale: #5B5B5B. Windows color (decimal): -3594168 or 4729033. OLE color: 4729033.

HSL color Cylindrical-coordinate representation of color #C92848: hue angle of 348.07º 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 #C92848 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 40 72 -
CMYK 0 0.80 0.64 0.21
HSL 348.07º 0.67% 0.47% -
HSV(B) 348.07º 0.8% 0.79% -
XYZ 26.02 14.4 7.54 -
YUV 91.79 116.84 205.9 -
System Red Green Blue C M Y K H S L
Decimal 201 40 72 0 0.80 0.64 0.21 348.07 0.67 0.47
Hex C9 28 48 0 50 40 15 15C 43 2F
Octal 311 50 110 0 120 100 25 534 103 57
Binary 11001001 101000 1001000 0 1010000 1000000 10101 101011100 1000011 101111

Color Harmonies of #C92848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92848

Black with #C92848

Text Example


Text Example

White with #C92848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92848; }

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

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

background-color css

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

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

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

border-color css

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

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

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