Html Css Color HEX #B54B0B Rust

📋 copy color: '#B54B0B'

red 181 ◦ green 75 ◦ blue 11

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

Shades of Rust #B54B0B

Tints of Rust #B54B0B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.09%

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 67.79%
G = 28.09%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B54B0B (or 0xB54B0B) is known color: Rust. HEX triplet: B5, 4B and 0B. RGB value is (181,75,11). Sum of RGB (Red+Green+Blue) = 181+75+11=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 75 (29.69% from 255 or 28.09% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B54B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54B0B is #4AB4F4. Grayscale: #636363. Windows color (decimal): -4895989 or 740277. OLE color: 740277.

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

Color convert

RGB 181 75 11 -
CMYK 0 0.59 0.94 0.29
HSL 22.59º 0.89% 0.38% -
HSV(B) 22.59º 0.94% 0.71% -
XYZ 21.63 14.88 2.05 -
YUV 99.4 78.12 186.2 -
System Red Green Blue C M Y K H S L
Decimal 181 75 11 0 0.59 0.94 0.29 22.59 0.89 0.38
Hex B5 4B B 0 3B 5E 1D 17 59 26
Octal 265 113 13 0 73 136 35 27 131 46
Binary 10110101 1001011 1011 0 111011 1011110 11101 10111 1011001 100110

Color Harmonies of #B54B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54B0B

Black with #B54B0B

Text Example


Text Example

White with #B54B0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54B0B; }

 p { color: rgb(181,75,11); }

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

background-color css

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

 a { background-color: rgb(181,75,11); }

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

border-color css

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

 span { border-color: rgb(181,75,11); }

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