Html Css Color HEX #B62C2F Mahogany

📋 copy color: '#B62C2F'

red 182 ◦ green 44 ◦ blue 47

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

Shades of Mahogany #B62C2F

Tints of Mahogany #B62C2F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.12%

 BLUE value IS 47 (18.75% from 255) = 17.22%

R = 66.67%
G = 16.12%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#B62C2F (or 0xB62C2F) is known color: Mahogany. HEX triplet: B6, 2C and 2F. RGB value is (182,44,47). Sum of RGB (Red+Green+Blue) = 182+44+47=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B62C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B62C2F is #49D3D0. Grayscale: #555555. Windows color (decimal): -4838353 or 3091638. OLE color: 3091638.

HSL color Cylindrical-coordinate representation of color #B62C2F: hue angle of 358.7º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62C2F is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 44 47 -
CMYK 0 0.76 0.74 0.29
HSL 358.7º 0.61% 0.44% -
HSV(B) 358.7º 0.76% 0.71% -
XYZ 20.71 11.95 3.9 -
YUV 85.6 106.22 196.76 -
System Red Green Blue C M Y K H S L
Decimal 182 44 47 0 0.76 0.74 0.29 358.7 0.61 0.44
Hex B6 2C 2F 0 4C 4A 1D 167 3D 2C
Octal 266 54 57 0 114 112 35 547 75 54
Binary 10110110 101100 101111 0 1001100 1001010 11101 101100111 111101 101100

Color Harmonies of #B62C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62C2F

Black with #B62C2F

Text Example


Text Example

White with #B62C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62C2F; }

 p { color: rgb(182,44,47); }

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

background-color css

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

 a { background-color: rgb(182,44,47); }

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

border-color css

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

 span { border-color: rgb(182,44,47); }

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