Html Css Color HEX #B54D06 Rust

📋 copy color: '#B54D06'

red 181 ◦ green 77 ◦ blue 6

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

Shades of Rust #B54D06

Tints of Rust #B54D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.27%

R = 68.56%
G = 29.17%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B54D06 (or 0xB54D06) is known color: Rust. HEX triplet: B5, 4D and 06. RGB value is (181,77,6). Sum of RGB (Red+Green+Blue) = 181+77+6=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B54D06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B54D06 is #4AB2F9. Grayscale: #646464. Windows color (decimal): -4895482 or 413109. OLE color: 413109.

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

Color convert

RGB 181 77 6 -
CMYK 0 0.57 0.97 0.29
HSL 24.34º 0.94% 0.37% -
HSV(B) 24.34º 0.97% 0.71% -
XYZ 21.74 15.14 1.95 -
YUV 100 74.96 185.77 -
System Red Green Blue C M Y K H S L
Decimal 181 77 6 0 0.57 0.97 0.29 24.34 0.94 0.37
Hex B5 4D 6 0 39 61 1D 18 5E 25
Octal 265 115 6 0 71 141 35 30 136 45
Binary 10110101 1001101 110 0 111001 1100001 11101 11000 1011110 100101

Color Harmonies of #B54D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54D06

Black with #B54D06

Text Example


Text Example

White with #B54D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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