Html Css Color HEX #B04616 Rust

📋 copy color: '#B04616'

red 176 ◦ green 70 ◦ blue 22

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

Shades of Rust #B04616

Tints of Rust #B04616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.21%

R = 65.67%
G = 26.12%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B04616 (or 0xB04616) is known color: Rust. HEX triplet: B0, 46 and 16. RGB value is (176,70,22). Sum of RGB (Red+Green+Blue) = 176+70+22=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B04616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04616 is #4FB9E9. Grayscale: #606060. Windows color (decimal): -5224938 or 1459888. OLE color: 1459888.

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

Color convert

RGB 176 70 22 -
CMYK 0 0.60 0.88 0.31
HSL 18.7º 0.78% 0.39% -
HSV(B) 18.7º 0.88% 0.69% -
XYZ 20.24 13.67 2.33 -
YUV 96.22 86.12 184.9 -
System Red Green Blue C M Y K H S L
Decimal 176 70 22 0 0.60 0.88 0.31 18.7 0.78 0.39
Hex B0 46 16 0 3C 58 1F 13 4E 27
Octal 260 106 26 0 74 130 37 23 116 47
Binary 10110000 1000110 10110 0 111100 1011000 11111 10011 1001110 100111

Color Harmonies of #B04616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04616

Black with #B04616

Text Example


Text Example

White with #B04616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04616; }

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

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

background-color css

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

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

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

border-color css

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

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

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