Html Css Color HEX #C0343A Mahogany

📋 copy color: '#C0343A'

red 192 ◦ green 52 ◦ blue 58

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

Shades of Mahogany #C0343A

Tints of Mahogany #C0343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.21%

R = 63.58%
G = 17.22%
B = 19.21%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#C0343A (or 0xC0343A) is known color: Mahogany. HEX triplet: C0, 34 and 3A. RGB value is (192,52,58). Sum of RGB (Red+Green+Blue) = 192+52+58=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C0343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0343A is #3FCBC5. Grayscale: #5E5E5E. Windows color (decimal): -4180934 or 3814592. OLE color: 3814592.

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

Color convert

RGB 192 52 58 -
CMYK 0 0.73 0.70 0.25
HSL 357.43º 0.57% 0.48% -
HSV(B) 357.43º 0.73% 0.75% -
XYZ 23.73 13.97 5.45 -
YUV 94.54 107.38 197.51 -
System Red Green Blue C M Y K H S L
Decimal 192 52 58 0 0.73 0.70 0.25 357.43 0.57 0.48
Hex C0 34 3A 0 49 46 19 165 39 30
Octal 300 64 72 0 111 106 31 545 71 60
Binary 11000000 110100 111010 0 1001001 1000110 11001 101100101 111001 110000

Color Harmonies of #C0343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0343A

Black with #C0343A

Text Example


Text Example

White with #C0343A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0343A; }

 p { color: rgb(192,52,58); }

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

background-color css

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

 a { background-color: rgb(192,52,58); }

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

border-color css

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

 span { border-color: rgb(192,52,58); }

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