Html Css Color HEX #C23032 Mahogany

📋 copy color: '#C23032'

red 194 ◦ green 48 ◦ blue 50

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

Shades of Mahogany #C23032

Tints of Mahogany #C23032

RGB

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

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

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

R = 66.44%
G = 16.44%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C23032 (or 0xC23032) is known color: Mahogany. HEX triplet: C2, 30 and 32. RGB value is (194,48,50). Sum of RGB (Red+Green+Blue) = 194+48+50=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C23032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23032 is #3DCFCD. Grayscale: #5C5C5C. Windows color (decimal): -4050894 or 3289282. OLE color: 3289282.

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

Color convert

RGB 194 48 50 -
CMYK 0 0.75 0.74 0.24
HSL 359.18º 0.6% 0.47% -
HSV(B) 359.18º 0.75% 0.76% -
XYZ 23.88 13.81 4.43 -
YUV 91.88 104.37 200.84 -
System Red Green Blue C M Y K H S L
Decimal 194 48 50 0 0.75 0.74 0.24 359.18 0.6 0.47
Hex C2 30 32 0 4B 4A 18 167 3C 2F
Octal 302 60 62 0 113 112 30 547 74 57
Binary 11000010 110000 110010 0 1001011 1001010 11000 101100111 111100 101111

Color Harmonies of #C23032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23032

Black with #C23032

Text Example


Text Example

White with #C23032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23032; }

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

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

background-color css

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

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

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

border-color css

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

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

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