Html Css Color HEX #B05314 Rust

📋 copy color: '#B05314'

red 176 ◦ green 83 ◦ blue 20

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

Shades of Rust #B05314

Tints of Rust #B05314

RGB

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

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

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

R = 63.08%
G = 29.75%
B = 7.17%

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

#B05314 (or 0xB05314) is known color: Rust. HEX triplet: B0, 53 and 14. RGB value is (176,83,20). Sum of RGB (Red+Green+Blue) = 176+83+20=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 83 (32.81% from 255 or 29.75% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B05314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05314 is #4FACEB. Grayscale: #676767. Windows color (decimal): -5221612 or 1332144. OLE color: 1332144.

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

Color convert

RGB 176 83 20 -
CMYK 0 0.53 0.89 0.31
HSL 24.23º 0.8% 0.38% -
HSV(B) 24.23º 0.89% 0.69% -
XYZ 21.12 15.47 2.53 -
YUV 103.63 80.81 179.62 -
System Red Green Blue C M Y K H S L
Decimal 176 83 20 0 0.53 0.89 0.31 24.23 0.8 0.38
Hex B0 53 14 0 35 59 1F 18 50 26
Octal 260 123 24 0 65 131 37 30 120 46
Binary 10110000 1010011 10100 0 110101 1011001 11111 11000 1010000 100110

Color Harmonies of #B05314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05314

Black with #B05314

Text Example


Text Example

White with #B05314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05314; }

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

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

background-color css

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

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

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

border-color css

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

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

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