Html Css Color HEX #B04705 Rust

📋 copy color: '#B04705'

red 176 ◦ green 71 ◦ blue 5

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

Shades of Rust #B04705

Tints of Rust #B04705

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 69.84%
G = 28.17%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B04705 (or 0xB04705) is known color: Rust. HEX triplet: B0, 47 and 05. RGB value is (176,71,5). Sum of RGB (Red+Green+Blue) = 176+71+5=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B04705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04705 is #4FB8FA. Grayscale: #5F5F5F. Windows color (decimal): -5224699 or 346032. OLE color: 346032.

HSL color Cylindrical-coordinate representation of color #B04705: hue angle of 23.16º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B04705 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 71 5 -
CMYK 0 0.60 0.97 0.31
HSL 23.16º 0.94% 0.35% -
HSV(B) 23.16º 0.97% 0.69% -
XYZ 20.19 13.75 1.73 -
YUV 94.87 77.29 185.87 -
System Red Green Blue C M Y K H S L
Decimal 176 71 5 0 0.60 0.97 0.31 23.16 0.94 0.35
Hex B0 47 5 0 3C 61 1F 17 5E 23
Octal 260 107 5 0 74 141 37 27 136 43
Binary 10110000 1000111 101 0 111100 1100001 11111 10111 1011110 100011

Color Harmonies of #B04705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04705

Black with #B04705

Text Example


Text Example

White with #B04705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04705; }

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

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

background-color css

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

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

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

border-color css

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

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

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