Html Css Color HEX #B54C3A Grenadier

📋 copy color: '#B54C3A'

red 181 ◦ green 76 ◦ blue 58

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

Shades of Grenadier #B54C3A

Tints of Grenadier #B54C3A

RGB

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

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

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

R = 57.46%
G = 24.13%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.29

RGB Variations

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

Color information

#B54C3A (or 0xB54C3A) is known color: Grenadier. HEX triplet: B5, 4C and 3A. RGB value is (181,76,58). Sum of RGB (Red+Green+Blue) = 181+76+58=315 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.46% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 181 - color contains mainly: red. Hex color #B54C3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54C3A is #4AB3C5. Grayscale: #696969. Windows color (decimal): -4895686 or 3820725. OLE color: 3820725.

HSL color Cylindrical-coordinate representation of color #B54C3A: hue angle of 8.78º 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 #B54C3A is Cyan = 0, Magento = 0.58, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 76 58 -
CMYK 0 0.58 0.68 0.29
HSL 8.78º 0.51% 0.47% -
HSV(B) 8.78º 0.68% 0.71% -
XYZ 22.4 15.3 5.77 -
YUV 105.34 101.29 181.96 -
System Red Green Blue C M Y K H S L
Decimal 181 76 58 0 0.58 0.68 0.29 8.78 0.51 0.47
Hex B5 4C 3A 0 3A 44 1D 9 33 2F
Octal 265 114 72 0 72 104 35 11 63 57
Binary 10110101 1001100 111010 0 111010 1000100 11101 1001 110011 101111

Color Harmonies of #B54C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54C3A

Black with #B54C3A

Text Example


Text Example

White with #B54C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54C3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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