Html Css Color HEX #B05300 Rust

📋 copy color: '#B05300'

red 176 ◦ green 83 ◦ blue 0

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

Shades of Rust #B05300

Tints of Rust #B05300

RGB

 RED value IS 176 (69.14% from 255) = 67.95%

 GREEN value IS 83 (32.81% from 255) = 32.05%

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

R = 67.95%
G = 32.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.31

RGB Variations

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

Color information

#B05300 (or 0xB05300) is known color: Rust. HEX triplet: B0, 53 and 00. RGB value is (176,83,0). Sum of RGB (Red+Green+Blue) = 176+83+0=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B05300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05300 is #4FACFF. Grayscale: #656565. Windows color (decimal): -5221632 or 21424. OLE color: 21424.

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

Color convert

RGB 176 83 0 -
CMYK 0 0.53 1 0.31
HSL 28.3º 1% 0.35% -
HSV(B) 28.3º 1% 0.69% -
XYZ 21 15.42 1.87 -
YUV 101.35 70.81 181.25 -
System Red Green Blue C M Y K H S L
Decimal 176 83 0 0 0.53 1 0.31 28.3 1 0.35
Hex B0 53 0 0 35 64 1F 1C 64 23
Octal 260 123 0 0 65 144 37 34 144 43
Binary 10110000 1010011 0 0 110101 1100100 11111 11100 1100100 100011

Color Harmonies of #B05300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05300

Black with #B05300

Text Example


Text Example

White with #B05300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05300; }

 p { color: rgb(176,83,0); }

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

background-color css

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

 a { background-color: rgb(176,83,0); }

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

border-color css

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

 span { border-color: rgb(176,83,0); }

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