Html Css Color HEX #C33036 Mahogany

📋 copy color: '#C33036'

red 195 ◦ green 48 ◦ blue 54

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

Shades of Mahogany #C33036

Tints of Mahogany #C33036

RGB

 RED value IS 195 (76.56% from 255) = 65.66%

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

 BLUE value IS 54 (21.48% from 255) = 18.18%

R = 65.66%
G = 16.16%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C33036 (or 0xC33036) is known color: Mahogany. HEX triplet: C3, 30 and 36. RGB value is (195,48,54). Sum of RGB (Red+Green+Blue) = 195+48+54=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 54 (21.48% from 255 or 18.18% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C33036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C33036 is #3CCFC9. Grayscale: #5C5C5C. Windows color (decimal): -3985354 or 3551427. OLE color: 3551427.

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

Color convert

RGB 195 48 54 -
CMYK 0 0.75 0.72 0.24
HSL 357.55º 0.6% 0.48% -
HSV(B) 357.55º 0.75% 0.76% -
XYZ 24.23 13.98 4.91 -
YUV 92.64 106.2 201.01 -
System Red Green Blue C M Y K H S L
Decimal 195 48 54 0 0.75 0.72 0.24 357.55 0.6 0.48
Hex C3 30 36 0 4B 48 18 166 3C 30
Octal 303 60 66 0 113 110 30 546 74 60
Binary 11000011 110000 110110 0 1001011 1001000 11000 101100110 111100 110000

Color Harmonies of #C33036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33036

Black with #C33036

Text Example


Text Example

White with #C33036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33036; }

 p { color: rgb(195,48,54); }

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

background-color css

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

 a { background-color: rgb(195,48,54); }

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

border-color css

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

 span { border-color: rgb(195,48,54); }

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