Html Css Color HEX #C03233 Mahogany

📋 copy color: '#C03233'

red 192 ◦ green 50 ◦ blue 51

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

Shades of Mahogany #C03233

Tints of Mahogany #C03233

RGB

 RED value IS 192 (75.39% from 255) = 65.53%

 GREEN value IS 50 (19.92% from 255) = 17.06%

 BLUE value IS 51 (20.31% from 255) = 17.41%

R = 65.53%
G = 17.06%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C03233 (or 0xC03233) is known color: Mahogany. HEX triplet: C0, 32 and 33. RGB value is (192,50,51). Sum of RGB (Red+Green+Blue) = 192+50+51=293 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.53% from 293); Green value is 50 (19.92% from 255 or 17.06% from 293); Blue value is 51 (20.31% from 255 or 17.41% from 293); Max value from RGB is 192 - color contains mainly: red. Hex color #C03233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03233 is #3FCDCC. Grayscale: #5C5C5C. Windows color (decimal): -4181453 or 3355328. OLE color: 3355328.

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

Color convert

RGB 192 50 51 -
CMYK 0 0.74 0.73 0.25
HSL 359.58º 0.59% 0.47% -
HSV(B) 359.58º 0.74% 0.75% -
XYZ 23.48 13.73 4.54 -
YUV 92.57 104.54 198.92 -
System Red Green Blue C M Y K H S L
Decimal 192 50 51 0 0.74 0.73 0.25 359.58 0.59 0.47
Hex C0 32 33 0 4A 49 19 168 3B 2F
Octal 300 62 63 0 112 111 31 550 73 57
Binary 11000000 110010 110011 0 1001010 1001001 11001 101101000 111011 101111

Color Harmonies of #C03233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03233

Black with #C03233

Text Example


Text Example

White with #C03233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03233; }

 p { color: rgb(192,50,51); }

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

background-color css

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

 a { background-color: rgb(192,50,51); }

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

border-color css

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

 span { border-color: rgb(192,50,51); }

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