Html Css Color HEX #B53100 Rust

📋 copy color: '#B53100'

red 181 ◦ green 49 ◦ blue 0

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

Shades of Rust #B53100

Tints of Rust #B53100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.3%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.7%
G = 21.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.29

RGB Variations

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

Color information

#B53100 (or 0xB53100) is known color: Rust. HEX triplet: B5, 31 and 00. RGB value is (181,49,0). Sum of RGB (Red+Green+Blue) = 181+49+0=230 (30% of max value = 765). Red value is 181 (71.09% from 255 or 78.70% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 181 - color contains mainly: red. Hex color #B53100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53100 is #4ACEFF. Grayscale: #535353. Windows color (decimal): -4902656 or 12725. OLE color: 12725.

HSL color Cylindrical-coordinate representation of color #B53100: hue angle of 16.24º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B53100 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 49 0 -
CMYK 0 0.73 1 0.29
HSL 16.24º 1% 0.35% -
HSV(B) 16.24º 1% 0.71% -
XYZ 20.15 12.02 1.26 -
YUV 82.88 81.23 197.98 -
System Red Green Blue C M Y K H S L
Decimal 181 49 0 0 0.73 1 0.29 16.24 1 0.35
Hex B5 31 0 0 49 64 1D 10 64 23
Octal 265 61 0 0 111 144 35 20 144 43
Binary 10110101 110001 0 0 1001001 1100100 11101 10000 1100100 100011

Color Harmonies of #B53100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B53100

Black with #B53100

Text Example


Text Example

White with #B53100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B53100; }

 p { color: rgb(181,49,0); }

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

background-color css

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

 a { background-color: rgb(181,49,0); }

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

border-color css

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

 span { border-color: rgb(181,49,0); }

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