Html Css Color HEX #B04617 Rust

📋 copy color: '#B04617'

red 176 ◦ green 70 ◦ blue 23

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

Shades of Rust #B04617

Tints of Rust #B04617

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.02%

 BLUE value IS 23 (9.38% from 255) = 8.55%

R = 65.43%
G = 26.02%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B04617 (or 0xB04617) is known color: Rust. HEX triplet: B0, 46 and 17. RGB value is (176,70,23). Sum of RGB (Red+Green+Blue) = 176+70+23=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B04617 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04617 is #4FB9E8. Grayscale: #606060. Windows color (decimal): -5224937 or 1525424. OLE color: 1525424.

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

Color convert

RGB 176 70 23 -
CMYK 0 0.60 0.87 0.31
HSL 18.43º 0.77% 0.39% -
HSV(B) 18.43º 0.87% 0.69% -
XYZ 20.25 13.67 2.38 -
YUV 96.34 86.62 184.82 -
System Red Green Blue C M Y K H S L
Decimal 176 70 23 0 0.60 0.87 0.31 18.43 0.77 0.39
Hex B0 46 17 0 3C 57 1F 12 4D 27
Octal 260 106 27 0 74 127 37 22 115 47
Binary 10110000 1000110 10111 0 111100 1010111 11111 10010 1001101 100111

Color Harmonies of #B04617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04617

Black with #B04617

Text Example


Text Example

White with #B04617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04617; }

 p { color: rgb(176,70,23); }

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

background-color css

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

 a { background-color: rgb(176,70,23); }

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

border-color css

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

 span { border-color: rgb(176,70,23); }

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