Html Css Color HEX #B04417 Rust

📋 copy color: '#B04417'

red 176 ◦ green 68 ◦ blue 23

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

Shades of Rust #B04417

Tints of Rust #B04417

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.47%

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

R = 65.92%
G = 25.47%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B04417 (or 0xB04417) is known color: Rust. HEX triplet: B0, 44 and 17. RGB value is (176,68,23). Sum of RGB (Red+Green+Blue) = 176+68+23=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B04417 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04417 is #4FBBE8. Grayscale: #5F5F5F. Windows color (decimal): -5225449 or 1524912. OLE color: 1524912.

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

Color convert

RGB 176 68 23 -
CMYK 0 0.61 0.87 0.31
HSL 17.65º 0.77% 0.39% -
HSV(B) 17.65º 0.87% 0.69% -
XYZ 20.13 13.43 2.34 -
YUV 95.16 87.28 185.66 -
System Red Green Blue C M Y K H S L
Decimal 176 68 23 0 0.61 0.87 0.31 17.65 0.77 0.39
Hex B0 44 17 0 3D 57 1F 12 4D 27
Octal 260 104 27 0 75 127 37 22 115 47
Binary 10110000 1000100 10111 0 111101 1010111 11111 10010 1001101 100111

Color Harmonies of #B04417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04417

Black with #B04417

Text Example


Text Example

White with #B04417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04417; }

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

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

background-color css

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

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

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

border-color css

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

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

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