Html Css Color HEX #B05612 Rust

📋 copy color: '#B05612'

red 176 ◦ green 86 ◦ blue 18

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

Shades of Rust #B05612

Tints of Rust #B05612

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.71%

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

R = 62.86%
G = 30.71%
B = 6.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B05612 (or 0xB05612) is known color: Rust. HEX triplet: B0, 56 and 12. RGB value is (176,86,18). Sum of RGB (Red+Green+Blue) = 176+86+18=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B05612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05612 is #4FA9ED. Grayscale: #696969. Windows color (decimal): -5220846 or 1201840. OLE color: 1201840.

HSL color Cylindrical-coordinate representation of color #B05612: hue angle of 25.82º 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 #B05612 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 86 18 -
CMYK 0 0.51 0.90 0.31
HSL 25.82º 0.81% 0.38% -
HSV(B) 25.82º 0.9% 0.69% -
XYZ 21.34 15.93 2.52 -
YUV 105.16 78.82 178.53 -
System Red Green Blue C M Y K H S L
Decimal 176 86 18 0 0.51 0.90 0.31 25.82 0.81 0.38
Hex B0 56 12 0 33 5A 1F 1A 51 26
Octal 260 126 22 0 63 132 37 32 121 46
Binary 10110000 1010110 10010 0 110011 1011010 11111 11010 1010001 100110

Color Harmonies of #B05612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05612

Black with #B05612

Text Example


Text Example

White with #B05612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05612; }

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

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

background-color css

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

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

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

border-color css

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

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

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