Html Css Color HEX #C3333B Mahogany

📋 copy color: '#C3333B'

red 195 ◦ green 51 ◦ blue 59

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

Shades of Mahogany #C3333B

Tints of Mahogany #C3333B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.72%

 BLUE value IS 59 (23.44% from 255) = 19.34%

R = 63.93%
G = 16.72%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3333B (or 0xC3333B) is known color: Mahogany. HEX triplet: C3, 33 and 3B. RGB value is (195,51,59). Sum of RGB (Red+Green+Blue) = 195+51+59=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3333B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3333B is #3CCCC4. Grayscale: #5F5F5F. Windows color (decimal): -3984581 or 3879875. OLE color: 3879875.

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

Color convert

RGB 195 51 59 -
CMYK 0 0.74 0.70 0.24
HSL 356.67º 0.59% 0.48% -
HSV(B) 356.67º 0.74% 0.76% -
XYZ 24.48 14.29 5.6 -
YUV 94.97 107.71 199.35 -
System Red Green Blue C M Y K H S L
Decimal 195 51 59 0 0.74 0.70 0.24 356.67 0.59 0.48
Hex C3 33 3B 0 4A 46 18 165 3B 30
Octal 303 63 73 0 112 106 30 545 73 60
Binary 11000011 110011 111011 0 1001010 1000110 11000 101100101 111011 110000

Color Harmonies of #C3333B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3333B

Black with #C3333B

Text Example


Text Example

White with #C3333B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3333B; }

 p { color: rgb(195,51,59); }

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

background-color css

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

 a { background-color: rgb(195,51,59); }

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

border-color css

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

 span { border-color: rgb(195,51,59); }

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