Html Css Color HEX #C0333A Mahogany

📋 copy color: '#C0333A'

red 192 ◦ green 51 ◦ blue 58

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

Shades of Mahogany #C0333A

Tints of Mahogany #C0333A

RGB

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

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

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

R = 63.79%
G = 16.94%
B = 19.27%

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

#C0333A (or 0xC0333A) is known color: Mahogany. HEX triplet: C0, 33 and 3A. RGB value is (192,51,58). Sum of RGB (Red+Green+Blue) = 192+51+58=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C0333A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0333A is #3FCCC5. Grayscale: #5E5E5E. Windows color (decimal): -4181190 or 3814336. OLE color: 3814336.

HSL color Cylindrical-coordinate representation of color #C0333A: hue angle of 357.02º degrees, saturation: 0.58, 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 #C0333A is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 51 58 -
CMYK 0 0.73 0.70 0.25
HSL 357.02º 0.58% 0.48% -
HSV(B) 357.02º 0.73% 0.75% -
XYZ 23.69 13.88 5.43 -
YUV 93.96 107.71 197.93 -
System Red Green Blue C M Y K H S L
Decimal 192 51 58 0 0.73 0.70 0.25 357.02 0.58 0.48
Hex C0 33 3A 0 49 46 19 165 3A 30
Octal 300 63 72 0 111 106 31 545 72 60
Binary 11000000 110011 111010 0 1001001 1000110 11001 101100101 111010 110000

Color Harmonies of #C0333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0333A

Black with #C0333A

Text Example


Text Example

White with #C0333A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0333A; }

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

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

background-color css

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

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

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

border-color css

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

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

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