Html Css Color HEX #B63C3F Mahogany

📋 copy color: '#B63C3F'

red 182 ◦ green 60 ◦ blue 63

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

Shades of Mahogany #B63C3F

Tints of Mahogany #B63C3F

RGB

 RED value IS 182 (71.48% from 255) = 59.67%

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

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

R = 59.67%
G = 19.67%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B63C3F (or 0xB63C3F) is known color: Mahogany. HEX triplet: B6, 3C and 3F. RGB value is (182,60,63). Sum of RGB (Red+Green+Blue) = 182+60+63=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 60 (23.83% from 255 or 19.67% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C3F is #49C3C0. Grayscale: #606060. Windows color (decimal): -4834241 or 4144310. OLE color: 4144310.

HSL color Cylindrical-coordinate representation of color #B63C3F: hue angle of 358.52º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63C3F is Cyan = 0, Magento = 0.67, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 60 63 -
CMYK 0 0.67 0.65 0.29
HSL 358.52º 0.5% 0.47% -
HSV(B) 358.52º 0.67% 0.71% -
XYZ 21.8 13.54 6.17 -
YUV 96.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 182 60 63 0 0.67 0.65 0.29 358.52 0.5 0.47
Hex B6 3C 3F 0 43 41 1D 167 32 2F
Octal 266 74 77 0 103 101 35 547 62 57
Binary 10110110 111100 111111 0 1000011 1000001 11101 101100111 110010 101111

Color Harmonies of #B63C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C3F

Black with #B63C3F

Text Example


Text Example

White with #B63C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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