Html Css Color HEX #B54D1B Rust

📋 copy color: '#B54D1B'

red 181 ◦ green 77 ◦ blue 27

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

Shades of Rust #B54D1B

Tints of Rust #B54D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.47%

R = 63.51%
G = 27.02%
B = 9.47%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B54D1B (or 0xB54D1B) is known color: Rust. HEX triplet: B5, 4D and 1B. RGB value is (181,77,27). Sum of RGB (Red+Green+Blue) = 181+77+27=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 27 (10.94% from 255 or 9.47% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B54D1B is #4AB2E4. Grayscale: #666666. Windows color (decimal): -4895461 or 1789365. OLE color: 1789365.

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

Color convert

RGB 181 77 27 -
CMYK 0 0.57 0.85 0.29
HSL 19.48º 0.74% 0.41% -
HSV(B) 19.48º 0.85% 0.71% -
XYZ 21.91 15.21 2.82 -
YUV 102.4 85.46 184.07 -
System Red Green Blue C M Y K H S L
Decimal 181 77 27 0 0.57 0.85 0.29 19.48 0.74 0.41
Hex B5 4D 1B 0 39 55 1D 13 4A 29
Octal 265 115 33 0 71 125 35 23 112 51
Binary 10110101 1001101 11011 0 111001 1010101 11101 10011 1001010 101001

Color Harmonies of #B54D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54D1B

Black with #B54D1B

Text Example


Text Example

White with #B54D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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