Html Css Color HEX #C03D3F Mahogany

📋 copy color: '#C03D3F'

red 192 ◦ green 61 ◦ blue 63

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

Shades of Mahogany #C03D3F

Tints of Mahogany #C03D3F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.3%

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

R = 60.76%
G = 19.3%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C03D3F (or 0xC03D3F) is known color: Mahogany. HEX triplet: C0, 3D and 3F. RGB value is (192,61,63). Sum of RGB (Red+Green+Blue) = 192+61+63=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03D3F is #3FC2C0. Grayscale: #646464. Windows color (decimal): -4178625 or 4144576. OLE color: 4144576.

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

Color convert

RGB 192 61 63 -
CMYK 0 0.68 0.67 0.25
HSL 359.08º 0.52% 0.5% -
HSV(B) 359.08º 0.68% 0.75% -
XYZ 24.3 14.9 6.3 -
YUV 100.4 106.9 193.34 -
System Red Green Blue C M Y K H S L
Decimal 192 61 63 0 0.68 0.67 0.25 359.08 0.52 0.5
Hex C0 3D 3F 0 44 43 19 167 34 32
Octal 300 75 77 0 104 103 31 547 64 62
Binary 11000000 111101 111111 0 1000100 1000011 11001 101100111 110100 110010

Color Harmonies of #C03D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D3F

Black with #C03D3F

Text Example


Text Example

White with #C03D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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