Html Css Color HEX #B05110 Rust

📋 copy color: '#B05110'

red 176 ◦ green 81 ◦ blue 16

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

Shades of Rust #B05110

Tints of Rust #B05110

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.67%

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 64.47%
G = 29.67%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B05110 (or 0xB05110) is known color: Rust. HEX triplet: B0, 51 and 10. RGB value is (176,81,16). Sum of RGB (Red+Green+Blue) = 176+81+16=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B05110 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05110 is #4FAEEF. Grayscale: #666666. Windows color (decimal): -5222128 or 1069488. OLE color: 1069488.

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

Color convert

RGB 176 81 16 -
CMYK 0 0.54 0.91 0.31
HSL 24.38º 0.83% 0.38% -
HSV(B) 24.38º 0.91% 0.69% -
XYZ 20.94 15.15 2.31 -
YUV 102 79.47 180.79 -
System Red Green Blue C M Y K H S L
Decimal 176 81 16 0 0.54 0.91 0.31 24.38 0.83 0.38
Hex B0 51 10 0 36 5B 1F 18 53 26
Octal 260 121 20 0 66 133 37 30 123 46
Binary 10110000 1010001 10000 0 110110 1011011 11111 11000 1010011 100110

Color Harmonies of #B05110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05110

Black with #B05110

Text Example


Text Example

White with #B05110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05110; }

 p { color: rgb(176,81,16); }

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

background-color css

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

 a { background-color: rgb(176,81,16); }

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

border-color css

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

 span { border-color: rgb(176,81,16); }

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