Html Css Color HEX #B05512 Rust

📋 copy color: '#B05512'

red 176 ◦ green 85 ◦ blue 18

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

Shades of Rust #B05512

Tints of Rust #B05512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.47%

 BLUE value IS 18 (7.42% from 255) = 6.45%

R = 63.08%
G = 30.47%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B05512 (or 0xB05512) is known color: Rust. HEX triplet: B0, 55 and 12. RGB value is (176,85,18). Sum of RGB (Red+Green+Blue) = 176+85+18=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B05512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05512 is #4FAAED. Grayscale: #686868. Windows color (decimal): -5221102 or 1201584. OLE color: 1201584.

HSL color Cylindrical-coordinate representation of color #B05512: hue angle of 25.44º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B05512 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 85 18 -
CMYK 0 0.52 0.90 0.31
HSL 25.44º 0.81% 0.38% -
HSV(B) 25.44º 0.9% 0.69% -
XYZ 21.26 15.77 2.5 -
YUV 104.57 79.15 178.95 -
System Red Green Blue C M Y K H S L
Decimal 176 85 18 0 0.52 0.90 0.31 25.44 0.81 0.38
Hex B0 55 12 0 34 5A 1F 19 51 26
Octal 260 125 22 0 64 132 37 31 121 46
Binary 10110000 1010101 10010 0 110100 1011010 11111 11001 1010001 100110

Color Harmonies of #B05512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05512

Black with #B05512

Text Example


Text Example

White with #B05512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05512; }

 p { color: rgb(176,85,18); }

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

background-color css

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

 a { background-color: rgb(176,85,18); }

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

border-color css

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

 span { border-color: rgb(176,85,18); }

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