Html Css Color HEX #B05014 Rust

📋 copy color: '#B05014'

red 176 ◦ green 80 ◦ blue 20

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

Shades of Rust #B05014

Tints of Rust #B05014

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.99%

 BLUE value IS 20 (8.2% from 255) = 7.25%

R = 63.77%
G = 28.99%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B05014 (or 0xB05014) is known color: Rust. HEX triplet: B0, 50 and 14. RGB value is (176,80,20). Sum of RGB (Red+Green+Blue) = 176+80+20=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 20 (8.20% from 255 or 7.25% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B05014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05014 is #4FAFEB. Grayscale: #666666. Windows color (decimal): -5222380 or 1331376. OLE color: 1331376.

HSL color Cylindrical-coordinate representation of color #B05014: hue angle of 23.08º degrees, saturation: 0.8, 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 #B05014 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 80 20 -
CMYK 0 0.55 0.89 0.31
HSL 23.08º 0.8% 0.38% -
HSV(B) 23.08º 0.89% 0.69% -
XYZ 20.9 15.02 2.46 -
YUV 101.86 81.8 180.88 -
System Red Green Blue C M Y K H S L
Decimal 176 80 20 0 0.55 0.89 0.31 23.08 0.8 0.38
Hex B0 50 14 0 37 59 1F 17 50 26
Octal 260 120 24 0 67 131 37 27 120 46
Binary 10110000 1010000 10100 0 110111 1011001 11111 10111 1010000 100110

Color Harmonies of #B05014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05014

Black with #B05014

Text Example


Text Example

White with #B05014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05014; }

 p { color: rgb(176,80,20); }

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

background-color css

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

 a { background-color: rgb(176,80,20); }

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

border-color css

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

 span { border-color: rgb(176,80,20); }

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