Html Css Color HEX #B53706 Rust

📋 copy color: '#B53706'

red 181 ◦ green 55 ◦ blue 6

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

Shades of Rust #B53706

Tints of Rust #B53706

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.73%

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

R = 74.79%
G = 22.73%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.29

RGB Variations

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

Color information

#B53706 (or 0xB53706) is known color: Rust. HEX triplet: B5, 37 and 06. RGB value is (181,55,6). Sum of RGB (Red+Green+Blue) = 181+55+6=242 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.79% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 181 - color contains mainly: red. Hex color #B53706 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53706 is #4AC8F9. Grayscale: #575757. Windows color (decimal): -4901114 or 407477. OLE color: 407477.

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

Color convert

RGB 181 55 6 -
CMYK 0 0.70 0.97 0.29
HSL 16.8º 0.94% 0.37% -
HSV(B) 16.8º 0.97% 0.71% -
XYZ 20.46 12.57 1.52 -
YUV 87.09 82.24 194.98 -
System Red Green Blue C M Y K H S L
Decimal 181 55 6 0 0.70 0.97 0.29 16.8 0.94 0.37
Hex B5 37 6 0 46 61 1D 11 5E 25
Octal 265 67 6 0 106 141 35 21 136 45
Binary 10110101 110111 110 0 1000110 1100001 11101 10001 1011110 100101

Color Harmonies of #B53706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53706

Black with #B53706

Text Example


Text Example

White with #B53706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53706; }

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

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

background-color css

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

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

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

border-color css

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

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

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