Html Css Color HEX #B54500 Rust

📋 copy color: '#B54500'

red 181 ◦ green 69 ◦ blue 0

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

Shades of Rust #B54500

Tints of Rust #B54500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.6%

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

R = 72.4%
G = 27.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B54500 (or 0xB54500) is known color: Rust. HEX triplet: B5, 45 and 00. RGB value is (181,69,0). Sum of RGB (Red+Green+Blue) = 181+69+0=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 69 (27.34% from 255 or 27.6% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B54500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54500 is #4ABAFF. Grayscale: #5F5F5F. Windows color (decimal): -4897536 or 17845. OLE color: 17845.

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

Color convert

RGB 181 69 0 -
CMYK 0 0.62 1 0.29
HSL 22.87º 1% 0.35% -
HSV(B) 22.87º 1% 0.71% -
XYZ 21.18 14.08 1.6 -
YUV 94.62 74.61 189.61 -
System Red Green Blue C M Y K H S L
Decimal 181 69 0 0 0.62 1 0.29 22.87 1 0.35
Hex B5 45 0 0 3E 64 1D 17 64 23
Octal 265 105 0 0 76 144 35 27 144 43
Binary 10110101 1000101 0 0 111110 1100100 11101 10111 1100100 100011

Color Harmonies of #B54500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54500

Black with #B54500

Text Example


Text Example

White with #B54500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54500; }

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

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

background-color css

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

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

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

border-color css

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

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

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