Html Css Color HEX #B05613 Rust

📋 copy color: '#B05613'

red 176 ◦ green 86 ◦ blue 19

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

Shades of Rust #B05613

Tints of Rust #B05613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.76%

R = 62.63%
G = 30.6%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B05613 (or 0xB05613) is known color: Rust. HEX triplet: B0, 56 and 13. RGB value is (176,86,19). Sum of RGB (Red+Green+Blue) = 176+86+19=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B05613 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05613 is #4FA9EC. Grayscale: #696969. Windows color (decimal): -5220845 or 1267376. OLE color: 1267376.

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

Color convert

RGB 176 86 19 -
CMYK 0 0.51 0.89 0.31
HSL 25.61º 0.81% 0.38% -
HSV(B) 25.61º 0.89% 0.69% -
XYZ 21.35 15.93 2.57 -
YUV 105.27 79.32 178.45 -
System Red Green Blue C M Y K H S L
Decimal 176 86 19 0 0.51 0.89 0.31 25.61 0.81 0.38
Hex B0 56 13 0 33 59 1F 1A 51 26
Octal 260 126 23 0 63 131 37 32 121 46
Binary 10110000 1010110 10011 0 110011 1011001 11111 11010 1010001 100110

Color Harmonies of #B05613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05613

Black with #B05613

Text Example


Text Example

White with #B05613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05613; }

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

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

background-color css

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

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

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

border-color css

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

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

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