Html Css Color HEX #B54D3C Grenadier

📋 copy color: '#B54D3C'

red 181 ◦ green 77 ◦ blue 60

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

Shades of Grenadier #B54D3C

Tints of Grenadier #B54D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 18.87%

R = 56.92%
G = 24.21%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B54D3C (or 0xB54D3C) is known color: Grenadier. HEX triplet: B5, 4D and 3C. RGB value is (181,77,60). Sum of RGB (Red+Green+Blue) = 181+77+60=318 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.92% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54D3C is #4AB2C3. Grayscale: #6A6A6A. Windows color (decimal): -4895428 or 3952053. OLE color: 3952053.

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

Color convert

RGB 181 77 60 -
CMYK 0 0.57 0.67 0.29
HSL 8.43º 0.5% 0.47% -
HSV(B) 8.43º 0.67% 0.71% -
XYZ 22.53 15.46 6.07 -
YUV 106.16 101.96 181.38 -
System Red Green Blue C M Y K H S L
Decimal 181 77 60 0 0.57 0.67 0.29 8.43 0.5 0.47
Hex B5 4D 3C 0 39 43 1D 8 32 2F
Octal 265 115 74 0 71 103 35 10 62 57
Binary 10110101 1001101 111100 0 111001 1000011 11101 1000 110010 101111

Color Harmonies of #B54D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54D3C

Black with #B54D3C

Text Example


Text Example

White with #B54D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54D3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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