Html Css Color HEX #B54000 Rust

📋 copy color: '#B54000'

red 181 ◦ green 64 ◦ blue 0

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

Shades of Rust #B54000

Tints of Rust #B54000

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.12%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 73.88%
G = 26.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B54000 (or 0xB54000) is known color: Rust. HEX triplet: B5, 40 and 00. RGB value is (181,64,0). Sum of RGB (Red+Green+Blue) = 181+64+0=245 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.88% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 181 - color contains mainly: red. Hex color #B54000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54000 is #4ABFFF. Grayscale: #5C5C5C. Windows color (decimal): -4898816 or 16565. OLE color: 16565.

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

Color convert

RGB 181 64 0 -
CMYK 0 0.65 1 0.29
HSL 21.22º 1% 0.35% -
HSV(B) 21.22º 1% 0.71% -
XYZ 20.89 13.49 1.5 -
YUV 91.69 76.26 191.7 -
System Red Green Blue C M Y K H S L
Decimal 181 64 0 0 0.65 1 0.29 21.22 1 0.35
Hex B5 40 0 0 41 64 1D 15 64 23
Octal 265 100 0 0 101 144 35 25 144 43
Binary 10110101 1000000 0 0 1000001 1100100 11101 10101 1100100 100011

Color Harmonies of #B54000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54000

Black with #B54000

Text Example


Text Example

White with #B54000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54000; }

 p { color: rgb(181,64,0); }

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

background-color css

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

 a { background-color: rgb(181,64,0); }

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

border-color css

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

 span { border-color: rgb(181,64,0); }

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