Html Css Color HEX #B12D30 Mahogany

📋 copy color: '#B12D30'

red 177 ◦ green 45 ◦ blue 48

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

Shades of Mahogany #B12D30

Tints of Mahogany #B12D30

RGB

 RED value IS 177 (69.53% from 255) = 65.56%

 GREEN value IS 45 (17.97% from 255) = 16.67%

 BLUE value IS 48 (19.14% from 255) = 17.78%

R = 65.56%
G = 16.67%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B12D30 (or 0xB12D30) is known color: Mahogany. HEX triplet: B1, 2D and 30. RGB value is (177,45,48). Sum of RGB (Red+Green+Blue) = 177+45+48=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 48 (19.14% from 255 or 17.78% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12D30 is #4ED2CF. Grayscale: #545454. Windows color (decimal): -5165776 or 3157425. OLE color: 3157425.

HSL color Cylindrical-coordinate representation of color #B12D30: hue angle of 358.64º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12D30 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 45 48 -
CMYK 0 0.75 0.73 0.31
HSL 358.64º 0.59% 0.44% -
HSV(B) 358.64º 0.75% 0.69% -
XYZ 19.6 11.44 3.97 -
YUV 84.81 107.23 193.76 -
System Red Green Blue C M Y K H S L
Decimal 177 45 48 0 0.75 0.73 0.31 358.64 0.59 0.44
Hex B1 2D 30 0 4B 49 1F 167 3B 2C
Octal 261 55 60 0 113 111 37 547 73 54
Binary 10110001 101101 110000 0 1001011 1001001 11111 101100111 111011 101100

Color Harmonies of #B12D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12D30

Black with #B12D30

Text Example


Text Example

White with #B12D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12D30; }

 p { color: rgb(177,45,48); }

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

background-color css

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

 a { background-color: rgb(177,45,48); }

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

border-color css

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

 span { border-color: rgb(177,45,48); }

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