Html Css Color HEX #B55207 Rust

📋 copy color: '#B55207'

red 181 ◦ green 82 ◦ blue 7

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

Shades of Rust #B55207

Tints of Rust #B55207

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.37%

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

R = 67.04%
G = 30.37%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#B55207 (or 0xB55207) is known color: Rust. HEX triplet: B5, 52 and 07. RGB value is (181,82,7). Sum of RGB (Red+Green+Blue) = 181+82+7=270 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.04% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 181 - color contains mainly: red. Hex color #B55207 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B55207 is #4AADF8. Grayscale: #676767. Windows color (decimal): -4894201 or 479925. OLE color: 479925.

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

Color convert

RGB 181 82 7 -
CMYK 0 0.55 0.96 0.29
HSL 25.86º 0.93% 0.37% -
HSV(B) 25.86º 0.96% 0.71% -
XYZ 22.11 15.87 2.1 -
YUV 103.05 73.8 183.6 -
System Red Green Blue C M Y K H S L
Decimal 181 82 7 0 0.55 0.96 0.29 25.86 0.93 0.37
Hex B5 52 7 0 37 60 1D 1A 5D 25
Octal 265 122 7 0 67 140 35 32 135 45
Binary 10110101 1010010 111 0 110111 1100000 11101 11010 1011101 100101

Color Harmonies of #B55207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B55207

Black with #B55207

Text Example


Text Example

White with #B55207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B55207; }

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

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

background-color css

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

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

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

border-color css

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

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

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