Html Css Color HEX #C03C3F Mahogany

📋 copy color: '#C03C3F'

red 192 ◦ green 60 ◦ blue 63

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

Shades of Mahogany #C03C3F

Tints of Mahogany #C03C3F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.05%

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

R = 60.95%
G = 19.05%
B = 20%

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

#C03C3F (or 0xC03C3F) is known color: Mahogany. HEX triplet: C0, 3C and 3F. RGB value is (192,60,63). Sum of RGB (Red+Green+Blue) = 192+60+63=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03C3F is #3FC3C0. Grayscale: #636363. Windows color (decimal): -4178881 or 4144320. OLE color: 4144320.

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

Color convert

RGB 192 60 63 -
CMYK 0 0.69 0.67 0.25
HSL 358.64º 0.52% 0.49% -
HSV(B) 358.64º 0.69% 0.75% -
XYZ 24.25 14.8 6.28 -
YUV 99.81 107.23 193.76 -
System Red Green Blue C M Y K H S L
Decimal 192 60 63 0 0.69 0.67 0.25 358.64 0.52 0.49
Hex C0 3C 3F 0 45 43 19 167 34 31
Octal 300 74 77 0 105 103 31 547 64 61
Binary 11000000 111100 111111 0 1000101 1000011 11001 101100111 110100 110001

Color Harmonies of #C03C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03C3F

Black with #C03C3F

Text Example


Text Example

White with #C03C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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