Html Css Color HEX #B05315 Rust

📋 copy color: '#B05315'

red 176 ◦ green 83 ◦ blue 21

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

Shades of Rust #B05315

Tints of Rust #B05315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.64%

 BLUE value IS 21 (8.59% from 255) = 7.5%

R = 62.86%
G = 29.64%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B05315 (or 0xB05315) is known color: Rust. HEX triplet: B0, 53 and 15. RGB value is (176,83,21). Sum of RGB (Red+Green+Blue) = 176+83+21=280 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.86% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 176 - color contains mainly: red. Hex color #B05315 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05315 is #4FACEA. Grayscale: #686868. Windows color (decimal): -5221611 or 1397680. OLE color: 1397680.

HSL color Cylindrical-coordinate representation of color #B05315: hue angle of 24º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B05315 is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 83 21 -
CMYK 0 0.53 0.88 0.31
HSL 24º 0.79% 0.39% -
HSV(B) 24º 0.88% 0.69% -
XYZ 21.13 15.47 2.58 -
YUV 103.74 81.31 179.54 -
System Red Green Blue C M Y K H S L
Decimal 176 83 21 0 0.53 0.88 0.31 24 0.79 0.39
Hex B0 53 15 0 35 58 1F 18 4F 27
Octal 260 123 25 0 65 130 37 30 117 47
Binary 10110000 1010011 10101 0 110101 1011000 11111 11000 1001111 100111

Color Harmonies of #B05315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05315

Black with #B05315

Text Example


Text Example

White with #B05315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05315; }

 p { color: rgb(176,83,21); }

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

background-color css

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

 a { background-color: rgb(176,83,21); }

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

border-color css

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

 span { border-color: rgb(176,83,21); }

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