Html Css Color HEX #B05514 Rust

📋 copy color: '#B05514'

red 176 ◦ green 85 ◦ blue 20

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

Shades of Rust #B05514

Tints of Rust #B05514

RGB

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

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

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

R = 62.63%
G = 30.25%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B05514 (or 0xB05514) is known color: Rust. HEX triplet: B0, 55 and 14. RGB value is (176,85,20). Sum of RGB (Red+Green+Blue) = 176+85+20=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B05514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05514 is #4FAAEB. Grayscale: #696969. Windows color (decimal): -5221100 or 1332656. OLE color: 1332656.

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

Color convert

RGB 176 85 20 -
CMYK 0 0.52 0.89 0.31
HSL 25º 0.8% 0.38% -
HSV(B) 25º 0.89% 0.69% -
XYZ 21.28 15.78 2.59 -
YUV 104.8 80.15 178.79 -
System Red Green Blue C M Y K H S L
Decimal 176 85 20 0 0.52 0.89 0.31 25 0.8 0.38
Hex B0 55 14 0 34 59 1F 19 50 26
Octal 260 125 24 0 64 131 37 31 120 46
Binary 10110000 1010101 10100 0 110100 1011001 11111 11001 1010000 100110

Color Harmonies of #B05514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05514

Black with #B05514

Text Example


Text Example

White with #B05514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05514; }

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

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

background-color css

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

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

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

border-color css

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

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

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