Html Css Color HEX #B55407 Rust

📋 copy color: '#B55407'

red 181 ◦ green 84 ◦ blue 7

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

Shades of Rust #B55407

Tints of Rust #B55407

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.88%

 BLUE value IS 7 (3.13% from 255) = 2.57%

R = 66.54%
G = 30.88%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B55407 (or 0xB55407) is known color: Rust. HEX triplet: B5, 54 and 07. RGB value is (181,84,7). Sum of RGB (Red+Green+Blue) = 181+84+7=272 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.54% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 181 - color contains mainly: red. Hex color #B55407 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55407 is #4AABF8. Grayscale: #686868. Windows color (decimal): -4893689 or 480437. OLE color: 480437.

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

Color convert

RGB 181 84 7 -
CMYK 0 0.54 0.96 0.29
HSL 26.55º 0.93% 0.37% -
HSV(B) 26.55º 0.96% 0.71% -
XYZ 22.26 16.18 2.15 -
YUV 104.23 73.14 182.76 -
System Red Green Blue C M Y K H S L
Decimal 181 84 7 0 0.54 0.96 0.29 26.55 0.93 0.37
Hex B5 54 7 0 36 60 1D 1B 5D 25
Octal 265 124 7 0 66 140 35 33 135 45
Binary 10110101 1010100 111 0 110110 1100000 11101 11011 1011101 100101

Color Harmonies of #B55407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55407

Black with #B55407

Text Example


Text Example

White with #B55407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55407; }

 p { color: rgb(181,84,7); }

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

background-color css

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

 a { background-color: rgb(181,84,7); }

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

border-color css

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

 span { border-color: rgb(181,84,7); }

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