Html Css Color HEX #C03B3F Mahogany

📋 copy color: '#C03B3F'

red 192 ◦ green 59 ◦ blue 63

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

Shades of Mahogany #C03B3F

Tints of Mahogany #C03B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.06%

R = 61.15%
G = 18.79%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C03B3F (or 0xC03B3F) is known color: Mahogany. HEX triplet: C0, 3B and 3F. RGB value is (192,59,63). Sum of RGB (Red+Green+Blue) = 192+59+63=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B3F is #3FC4C0. Grayscale: #636363. Windows color (decimal): -4179137 or 4144064. OLE color: 4144064.

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

Color convert

RGB 192 59 63 -
CMYK 0 0.69 0.67 0.25
HSL 358.2º 0.53% 0.49% -
HSV(B) 358.2º 0.69% 0.75% -
XYZ 24.2 14.69 6.26 -
YUV 99.22 107.56 194.17 -
System Red Green Blue C M Y K H S L
Decimal 192 59 63 0 0.69 0.67 0.25 358.2 0.53 0.49
Hex C0 3B 3F 0 45 43 19 166 35 31
Octal 300 73 77 0 105 103 31 546 65 61
Binary 11000000 111011 111111 0 1000101 1000011 11001 101100110 110101 110001

Color Harmonies of #C03B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B3F

Black with #C03B3F

Text Example


Text Example

White with #C03B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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