Html Css Color HEX #C03B3D Mahogany

📋 copy color: '#C03B3D'

red 192 ◦ green 59 ◦ blue 61

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

Shades of Mahogany #C03B3D

Tints of Mahogany #C03B3D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.91%

 BLUE value IS 61 (24.22% from 255) = 19.55%

R = 61.54%
G = 18.91%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#C03B3D (or 0xC03B3D) is known color: Mahogany. HEX triplet: C0, 3B and 3D. RGB value is (192,59,61). Sum of RGB (Red+Green+Blue) = 192+59+61=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B3D is #3FC4C2. Grayscale: #636363. Windows color (decimal): -4179139 or 4012992. OLE color: 4012992.

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

Color convert

RGB 192 59 61 -
CMYK 0 0.69 0.68 0.25
HSL 359.1º 0.53% 0.49% -
HSV(B) 359.1º 0.69% 0.75% -
XYZ 24.14 14.67 5.97 -
YUV 99 106.56 194.34 -
System Red Green Blue C M Y K H S L
Decimal 192 59 61 0 0.69 0.68 0.25 359.1 0.53 0.49
Hex C0 3B 3D 0 45 44 19 167 35 31
Octal 300 73 75 0 105 104 31 547 65 61
Binary 11000000 111011 111101 0 1000101 1000100 11001 101100111 110101 110001

Color Harmonies of #C03B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B3D

Black with #C03B3D

Text Example


Text Example

White with #C03B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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