Html Css Color HEX #B44C37 Grenadier

📋 copy color: '#B44C37'

red 180 ◦ green 76 ◦ blue 55

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

Shades of Grenadier #B44C37

Tints of Grenadier #B44C37

RGB

 RED value IS 180 (70.7% from 255) = 57.88%

 GREEN value IS 76 (30.08% from 255) = 24.44%

 BLUE value IS 55 (21.88% from 255) = 17.68%

R = 57.88%
G = 24.44%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B44C37 (or 0xB44C37) is known color: Grenadier. HEX triplet: B4, 4C and 37. RGB value is (180,76,55). Sum of RGB (Red+Green+Blue) = 180+76+55=311 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.88% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 180 - color contains mainly: red. Hex color #B44C37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B44C37 is #4BB3C8. Grayscale: #686868. Windows color (decimal): -4961225 or 3624116. OLE color: 3624116.

HSL color Cylindrical-coordinate representation of color #B44C37: hue angle of 10.08º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B44C37 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 76 55 -
CMYK 0 0.58 0.69 0.29
HSL 10.08º 0.53% 0.46% -
HSV(B) 10.08º 0.69% 0.71% -
XYZ 22.1 15.15 5.37 -
YUV 104.7 99.96 181.71 -
System Red Green Blue C M Y K H S L
Decimal 180 76 55 0 0.58 0.69 0.29 10.08 0.53 0.46
Hex B4 4C 37 0 3A 45 1D A 35 2E
Octal 264 114 67 0 72 105 35 12 65 56
Binary 10110100 1001100 110111 0 111010 1000101 11101 1010 110101 101110

Color Harmonies of #B44C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B44C37

Black with #B44C37

Text Example


Text Example

White with #B44C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B44C37; }

 p { color: rgb(180,76,55); }

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

background-color css

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

 a { background-color: rgb(180,76,55); }

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

border-color css

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

 span { border-color: rgb(180,76,55); }

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