Html Css Color HEX #B54A35 Grenadier

📋 copy color: '#B54A35'

red 181 ◦ green 74 ◦ blue 53

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

Shades of Grenadier #B54A35

Tints of Grenadier #B54A35

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.03%

 BLUE value IS 53 (21.09% from 255) = 17.21%

R = 58.77%
G = 24.03%
B = 17.21%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B54A35 (or 0xB54A35) is known color: Grenadier. HEX triplet: B5, 4A and 35. RGB value is (181,74,53). Sum of RGB (Red+Green+Blue) = 181+74+53=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B54A35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54A35 is #4AB5CA. Grayscale: #676767. Windows color (decimal): -4896203 or 3492533. OLE color: 3492533.

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

Color convert

RGB 181 74 53 -
CMYK 0 0.59 0.71 0.29
HSL 9.84º 0.55% 0.46% -
HSV(B) 9.84º 0.71% 0.71% -
XYZ 22.15 14.98 5.09 -
YUV 103.6 99.45 183.21 -
System Red Green Blue C M Y K H S L
Decimal 181 74 53 0 0.59 0.71 0.29 9.84 0.55 0.46
Hex B5 4A 35 0 3B 47 1D A 37 2E
Octal 265 112 65 0 73 107 35 12 67 56
Binary 10110101 1001010 110101 0 111011 1000111 11101 1010 110111 101110

Color Harmonies of #B54A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54A35

Black with #B54A35

Text Example


Text Example

White with #B54A35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54A35; }

 p { color: rgb(181,74,53); }

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

background-color css

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

 a { background-color: rgb(181,74,53); }

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

border-color css

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

 span { border-color: rgb(181,74,53); }

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