Html Css Color HEX #B54930 Grenadier

📋 copy color: '#B54930'

red 181 ◦ green 73 ◦ blue 48

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

Shades of Grenadier #B54930

Tints of Grenadier #B54930

RGB

 RED value IS 181 (71.09% from 255) = 59.93%

 GREEN value IS 73 (28.91% from 255) = 24.17%

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

R = 59.93%
G = 24.17%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B54930 (or 0xB54930) is known color: Grenadier. HEX triplet: B5, 49 and 30. RGB value is (181,73,48). Sum of RGB (Red+Green+Blue) = 181+73+48=302 (40% of max value = 765). Red value is 181 (71.09% from 255 or 59.93% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 48 (19.14% from 255 or 15.89% from 302); Max value from RGB is 181 - color contains mainly: red. Hex color #B54930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54930 is #4AB6CF. Grayscale: #666666. Windows color (decimal): -4896464 or 3164597. OLE color: 3164597.

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

Color convert

RGB 181 73 48 -
CMYK 0 0.60 0.73 0.29
HSL 11.28º 0.58% 0.45% -
HSV(B) 11.28º 0.73% 0.71% -
XYZ 21.97 14.8 4.5 -
YUV 102.44 97.28 184.03 -
System Red Green Blue C M Y K H S L
Decimal 181 73 48 0 0.60 0.73 0.29 11.28 0.58 0.45
Hex B5 49 30 0 3C 49 1D B 3A 2D
Octal 265 111 60 0 74 111 35 13 72 55
Binary 10110101 1001001 110000 0 111100 1001001 11101 1011 111010 101101

Color Harmonies of #B54930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54930

Black with #B54930

Text Example


Text Example

White with #B54930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54930; }

 p { color: rgb(181,73,48); }

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

background-color css

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

 a { background-color: rgb(181,73,48); }

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

border-color css

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

 span { border-color: rgb(181,73,48); }

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