Html Css Color HEX #B05413 Rust

📋 copy color: '#B05413'

red 176 ◦ green 84 ◦ blue 19

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

Shades of Rust #B05413

Tints of Rust #B05413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.11%

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

R = 63.08%
G = 30.11%
B = 6.81%

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

#B05413 (or 0xB05413) is known color: Rust. HEX triplet: B0, 54 and 13. RGB value is (176,84,19). Sum of RGB (Red+Green+Blue) = 176+84+19=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B05413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05413 is #4FABEC. Grayscale: #686868. Windows color (decimal): -5221357 or 1266864. OLE color: 1266864.

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

Color convert

RGB 176 84 19 -
CMYK 0 0.52 0.89 0.31
HSL 24.84º 0.81% 0.38% -
HSV(B) 24.84º 0.89% 0.69% -
XYZ 21.19 15.62 2.51 -
YUV 104.1 79.98 179.29 -
System Red Green Blue C M Y K H S L
Decimal 176 84 19 0 0.52 0.89 0.31 24.84 0.81 0.38
Hex B0 54 13 0 34 59 1F 19 51 26
Octal 260 124 23 0 64 131 37 31 121 46
Binary 10110000 1010100 10011 0 110100 1011001 11111 11001 1010001 100110

Color Harmonies of #B05413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05413

Black with #B05413

Text Example


Text Example

White with #B05413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05413; }

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

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

background-color css

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

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

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

border-color css

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

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

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