Html Css Color HEX #C22832 Mahogany

📋 copy color: '#C22832'

red 194 ◦ green 40 ◦ blue 50

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

Shades of Mahogany #C22832

Tints of Mahogany #C22832

RGB

 RED value IS 194 (76.17% from 255) = 68.31%

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

 BLUE value IS 50 (19.92% from 255) = 17.61%

R = 68.31%
G = 14.08%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C22832 (or 0xC22832) is known color: Mahogany. HEX triplet: C2, 28 and 32. RGB value is (194,40,50). Sum of RGB (Red+Green+Blue) = 194+40+50=284 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.31% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 194 - color contains mainly: red. Hex color #C22832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22832 is #3DD7CD. Grayscale: #575757. Windows color (decimal): -4052942 or 3287234. OLE color: 3287234.

HSL color Cylindrical-coordinate representation of color #C22832: hue angle of 356.1º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22832 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 40 50 -
CMYK 0 0.79 0.74 0.24
HSL 356.1º 0.66% 0.46% -
HSV(B) 356.1º 0.79% 0.76% -
XYZ 23.58 13.22 4.33 -
YUV 87.19 107.02 204.19 -
System Red Green Blue C M Y K H S L
Decimal 194 40 50 0 0.79 0.74 0.24 356.1 0.66 0.46
Hex C2 28 32 0 4F 4A 18 164 42 2E
Octal 302 50 62 0 117 112 30 544 102 56
Binary 11000010 101000 110010 0 1001111 1001010 11000 101100100 1000010 101110

Color Harmonies of #C22832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22832

Black with #C22832

Text Example


Text Example

White with #C22832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22832; }

 p { color: rgb(194,40,50); }

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

background-color css

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

 a { background-color: rgb(194,40,50); }

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

border-color css

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

 span { border-color: rgb(194,40,50); }

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