Html Css Color HEX #C3343B Mahogany

📋 copy color: '#C3343B'

red 195 ◦ green 52 ◦ blue 59

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

Shades of Mahogany #C3343B

Tints of Mahogany #C3343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.99%

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

R = 63.73%
G = 16.99%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C3343B (or 0xC3343B) is known color: Mahogany. HEX triplet: C3, 34 and 3B. RGB value is (195,52,59). Sum of RGB (Red+Green+Blue) = 195+52+59=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 52 (20.70% from 255 or 16.99% from 306); Blue value is 59 (23.44% from 255 or 19.28% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C3343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3343B is #3CCBC4. Grayscale: #5F5F5F. Windows color (decimal): -3984325 or 3880131. OLE color: 3880131.

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

Color convert

RGB 195 52 59 -
CMYK 0 0.73 0.70 0.24
HSL 357.06º 0.58% 0.48% -
HSV(B) 357.06º 0.73% 0.76% -
XYZ 24.52 14.37 5.62 -
YUV 95.56 107.38 198.93 -
System Red Green Blue C M Y K H S L
Decimal 195 52 59 0 0.73 0.70 0.24 357.06 0.58 0.48
Hex C3 34 3B 0 49 46 18 165 3A 30
Octal 303 64 73 0 111 106 30 545 72 60
Binary 11000011 110100 111011 0 1001001 1000110 11000 101100101 111010 110000

Color Harmonies of #C3343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3343B

Black with #C3343B

Text Example


Text Example

White with #C3343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3343B; }

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

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

background-color css

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

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

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

border-color css

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

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

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