Html Css Color HEX #C03435 Mahogany

📋 copy color: '#C03435'

red 192 ◦ green 52 ◦ blue 53

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

Shades of Mahogany #C03435

Tints of Mahogany #C03435

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 17.85%

R = 64.65%
G = 17.51%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C03435 (or 0xC03435) is known color: Mahogany. HEX triplet: C0, 34 and 35. RGB value is (192,52,53). Sum of RGB (Red+Green+Blue) = 192+52+53=297 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.65% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 192 - color contains mainly: red. Hex color #C03435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03435 is #3FCBCA. Grayscale: #5E5E5E. Windows color (decimal): -4180939 or 3486912. OLE color: 3486912.

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

Color convert

RGB 192 52 53 -
CMYK 0 0.73 0.72 0.25
HSL 359.57º 0.57% 0.48% -
HSV(B) 359.57º 0.73% 0.75% -
XYZ 23.61 13.92 4.81 -
YUV 93.97 104.88 197.92 -
System Red Green Blue C M Y K H S L
Decimal 192 52 53 0 0.73 0.72 0.25 359.57 0.57 0.48
Hex C0 34 35 0 49 48 19 168 39 30
Octal 300 64 65 0 111 110 31 550 71 60
Binary 11000000 110100 110101 0 1001001 1001000 11001 101101000 111001 110000

Color Harmonies of #C03435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03435

Black with #C03435

Text Example


Text Example

White with #C03435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03435; }

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

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

background-color css

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

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

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

border-color css

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

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

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