Html Css Color HEX #B54F00 Rust

📋 copy color: '#B54F00'

red 181 ◦ green 79 ◦ blue 0

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

Shades of Rust #B54F00

Tints of Rust #B54F00

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.38%

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

R = 69.62%
G = 30.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B54F00 (or 0xB54F00) is known color: Rust. HEX triplet: B5, 4F and 00. RGB value is (181,79,0). Sum of RGB (Red+Green+Blue) = 181+79+0=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B54F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B54F00 is #4AB0FF. Grayscale: #646464. Windows color (decimal): -4894976 or 20405. OLE color: 20405.

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

Color convert

RGB 181 79 0 -
CMYK 0 0.56 1 0.29
HSL 26.19º 1% 0.35% -
HSV(B) 26.19º 1% 0.71% -
XYZ 21.85 15.42 1.82 -
YUV 100.49 71.29 185.42 -
System Red Green Blue C M Y K H S L
Decimal 181 79 0 0 0.56 1 0.29 26.19 1 0.35
Hex B5 4F 0 0 38 64 1D 1A 64 23
Octal 265 117 0 0 70 144 35 32 144 43
Binary 10110101 1001111 0 0 111000 1100100 11101 11010 1100100 100011

Color Harmonies of #B54F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54F00

Black with #B54F00

Text Example


Text Example

White with #B54F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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