Html Css Color HEX #C92346 Brick Red

📋 copy color: '#C92346'

red 201 ◦ green 35 ◦ blue 70

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

Shades of Brick Red #C92346

Tints of Brick Red #C92346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.44%

 BLUE value IS 70 (27.73% from 255) = 22.88%

R = 65.69%
G = 11.44%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#C92346 (or 0xC92346) is known color: Brick Red. HEX triplet: C9, 23 and 46. RGB value is (201,35,70). Sum of RGB (Red+Green+Blue) = 201+35+70=306 (40% of max value = 765). Red value is 201 (78.91% from 255 or 65.69% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 201 - color contains mainly: red. Hex color #C92346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92346 is #36DCB9. Grayscale: #585858. Windows color (decimal): -3595450 or 4596681. OLE color: 4596681.

HSL color Cylindrical-coordinate representation of color #C92346: hue angle of 347.35º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C92346 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 35 70 -
CMYK 0 0.83 0.65 0.21
HSL 347.35º 0.7% 0.46% -
HSV(B) 347.35º 0.83% 0.79% -
XYZ 25.79 14.06 7.15 -
YUV 88.62 117.5 208.15 -
System Red Green Blue C M Y K H S L
Decimal 201 35 70 0 0.83 0.65 0.21 347.35 0.7 0.46
Hex C9 23 46 0 53 41 15 15B 46 2E
Octal 311 43 106 0 123 101 25 533 106 56
Binary 11001001 100011 1000110 0 1010011 1000001 10101 101011011 1000110 101110

Color Harmonies of #C92346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C92346

Black with #C92346

Text Example


Text Example

White with #C92346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C92346; }

 p { color: rgb(201,35,70); }

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

background-color css

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

 a { background-color: rgb(201,35,70); }

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

border-color css

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

 span { border-color: rgb(201,35,70); }

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