Html Css Color HEX #B54D3A Grenadier

📋 copy color: '#B54D3A'

red 181 ◦ green 77 ◦ blue 58

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

Shades of Grenadier #B54D3A

Tints of Grenadier #B54D3A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.37%

 BLUE value IS 58 (23.05% from 255) = 18.35%

R = 57.28%
G = 24.37%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B54D3A (or 0xB54D3A) is known color: Grenadier. HEX triplet: B5, 4D and 3A. RGB value is (181,77,58). Sum of RGB (Red+Green+Blue) = 181+77+58=316 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.28% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54D3A is #4AB2C5. Grayscale: #6A6A6A. Windows color (decimal): -4895430 or 3820981. OLE color: 3820981.

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

Color convert

RGB 181 77 58 -
CMYK 0 0.57 0.68 0.29
HSL 9.27º 0.51% 0.47% -
HSV(B) 9.27º 0.68% 0.71% -
XYZ 22.47 15.44 5.8 -
YUV 105.93 100.96 181.54 -
System Red Green Blue C M Y K H S L
Decimal 181 77 58 0 0.57 0.68 0.29 9.27 0.51 0.47
Hex B5 4D 3A 0 39 44 1D 9 33 2F
Octal 265 115 72 0 71 104 35 11 63 57
Binary 10110101 1001101 111010 0 111001 1000100 11101 1001 110011 101111

Color Harmonies of #B54D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54D3A

Black with #B54D3A

Text Example


Text Example

White with #B54D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54D3A; }

 p { color: rgb(181,77,58); }

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

background-color css

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

 a { background-color: rgb(181,77,58); }

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

border-color css

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

 span { border-color: rgb(181,77,58); }

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