Html Css Color HEX #C0353B Mahogany

📋 copy color: '#C0353B'

red 192 ◦ green 53 ◦ blue 59

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

Shades of Mahogany #C0353B

Tints of Mahogany #C0353B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.43%

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

R = 63.16%
G = 17.43%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#C0353B (or 0xC0353B) is known color: Mahogany. HEX triplet: C0, 35 and 3B. RGB value is (192,53,59). Sum of RGB (Red+Green+Blue) = 192+53+59=304 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.16% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 192 - color contains mainly: red. Hex color #C0353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0353B is #3FCAC4. Grayscale: #5F5F5F. Windows color (decimal): -4180677 or 3880384. OLE color: 3880384.

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

Color convert

RGB 192 53 59 -
CMYK 0 0.72 0.69 0.25
HSL 357.41º 0.57% 0.48% -
HSV(B) 357.41º 0.72% 0.75% -
XYZ 23.8 14.07 5.6 -
YUV 95.25 107.55 197.01 -
System Red Green Blue C M Y K H S L
Decimal 192 53 59 0 0.72 0.69 0.25 357.41 0.57 0.48
Hex C0 35 3B 0 48 45 19 165 39 30
Octal 300 65 73 0 110 105 31 545 71 60
Binary 11000000 110101 111011 0 1001000 1000101 11001 101100101 111001 110000

Color Harmonies of #C0353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0353B

Black with #C0353B

Text Example


Text Example

White with #C0353B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0353B; }

 p { color: rgb(192,53,59); }

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

background-color css

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

 a { background-color: rgb(192,53,59); }

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

border-color css

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

 span { border-color: rgb(192,53,59); }

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