Html Css Color HEX #B54605 Rust

📋 copy color: '#B54605'

red 181 ◦ green 70 ◦ blue 5

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

Shades of Rust #B54605

Tints of Rust #B54605

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.34%

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 70.7%
G = 27.34%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B54605 (or 0xB54605) is known color: Rust. HEX triplet: B5, 46 and 05. RGB value is (181,70,5). Sum of RGB (Red+Green+Blue) = 181+70+5=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B54605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54605 is #4AB9FA. Grayscale: #606060. Windows color (decimal): -4897275 or 345781. OLE color: 345781.

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

Color convert

RGB 181 70 5 -
CMYK 0 0.61 0.97 0.29
HSL 22.16º 0.95% 0.36% -
HSV(B) 22.16º 0.97% 0.71% -
XYZ 21.27 14.22 1.77 -
YUV 95.78 76.77 188.79 -
System Red Green Blue C M Y K H S L
Decimal 181 70 5 0 0.61 0.97 0.29 22.16 0.95 0.36
Hex B5 46 5 0 3D 61 1D 16 5F 24
Octal 265 106 5 0 75 141 35 26 137 44
Binary 10110101 1000110 101 0 111101 1100001 11101 10110 1011111 100100

Color Harmonies of #B54605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B54605

Black with #B54605

Text Example


Text Example

White with #B54605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B54605; }

 p { color: rgb(181,70,5); }

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

background-color css

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

 a { background-color: rgb(181,70,5); }

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

border-color css

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

 span { border-color: rgb(181,70,5); }

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