Html Css Color HEX #B04713 Rust

📋 copy color: '#B04713'

red 176 ◦ green 71 ◦ blue 19

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

Shades of Rust #B04713

Tints of Rust #B04713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.69%

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

R = 66.17%
G = 26.69%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B04713 (or 0xB04713) is known color: Rust. HEX triplet: B0, 47 and 13. RGB value is (176,71,19). Sum of RGB (Red+Green+Blue) = 176+71+19=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B04713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04713 is #4FB8EC. Grayscale: #606060. Windows color (decimal): -5224685 or 1263536. OLE color: 1263536.

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

Color convert

RGB 176 71 19 -
CMYK 0 0.60 0.89 0.31
HSL 19.87º 0.81% 0.38% -
HSV(B) 19.87º 0.89% 0.69% -
XYZ 20.28 13.78 2.21 -
YUV 96.47 84.29 184.73 -
System Red Green Blue C M Y K H S L
Decimal 176 71 19 0 0.60 0.89 0.31 19.87 0.81 0.38
Hex B0 47 13 0 3C 59 1F 14 51 26
Octal 260 107 23 0 74 131 37 24 121 46
Binary 10110000 1000111 10011 0 111100 1011001 11111 10100 1010001 100110

Color Harmonies of #B04713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04713

Black with #B04713

Text Example


Text Example

White with #B04713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04713; }

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

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

background-color css

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

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

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

border-color css

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

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

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