Html Css Color HEX #B05313 Rust

📋 copy color: '#B05313'

red 176 ◦ green 83 ◦ blue 19

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

Shades of Rust #B05313

Tints of Rust #B05313

RGB

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

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

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

R = 63.31%
G = 29.86%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B05313 (or 0xB05313) is known color: Rust. HEX triplet: B0, 53 and 13. RGB value is (176,83,19). Sum of RGB (Red+Green+Blue) = 176+83+19=278 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.31% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 176 - color contains mainly: red. Hex color #B05313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05313 is #4FACEC. Grayscale: #676767. Windows color (decimal): -5221613 or 1266608. OLE color: 1266608.

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

Color convert

RGB 176 83 19 -
CMYK 0 0.53 0.89 0.31
HSL 24.46º 0.81% 0.38% -
HSV(B) 24.46º 0.89% 0.69% -
XYZ 21.12 15.46 2.49 -
YUV 103.51 80.31 179.7 -
System Red Green Blue C M Y K H S L
Decimal 176 83 19 0 0.53 0.89 0.31 24.46 0.81 0.38
Hex B0 53 13 0 35 59 1F 18 51 26
Octal 260 123 23 0 65 131 37 30 121 46
Binary 10110000 1010011 10011 0 110101 1011001 11111 11000 1010001 100110

Color Harmonies of #B05313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05313

Black with #B05313

Text Example


Text Example

White with #B05313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05313; }

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

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

background-color css

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

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

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

border-color css

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

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

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