Html Css Color HEX #B74016 Rust

📋 copy color: '#B74016'

red 183 ◦ green 64 ◦ blue 22

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

Shades of Rust #B74016

Tints of Rust #B74016

RGB

 RED value IS 183 (71.88% from 255) = 68.03%

 GREEN value IS 64 (25.39% from 255) = 23.79%

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

R = 68.03%
G = 23.79%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B74016 (or 0xB74016) is known color: Rust. HEX triplet: B7, 40 and 16. RGB value is (183,64,22). Sum of RGB (Red+Green+Blue) = 183+64+22=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 22 (8.98% from 255 or 8.18% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B74016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74016 is #48BFE9. Grayscale: #5F5F5F. Windows color (decimal): -4767722 or 1458359. OLE color: 1458359.

HSL color Cylindrical-coordinate representation of color #B74016: hue angle of 15.65º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B74016 is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 64 22 -
CMYK 0 0.65 0.88 0.28
HSL 15.65º 0.79% 0.4% -
HSV(B) 15.65º 0.88% 0.72% -
XYZ 21.51 13.79 2.29 -
YUV 94.79 86.92 190.92 -
System Red Green Blue C M Y K H S L
Decimal 183 64 22 0 0.65 0.88 0.28 15.65 0.79 0.4
Hex B7 40 16 0 41 58 1C 10 4F 28
Octal 267 100 26 0 101 130 34 20 117 50
Binary 10110111 1000000 10110 0 1000001 1011000 11100 10000 1001111 101000

Color Harmonies of #B74016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74016

Black with #B74016

Text Example


Text Example

White with #B74016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74016; }

 p { color: rgb(183,64,22); }

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

background-color css

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

 a { background-color: rgb(183,64,22); }

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

border-color css

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

 span { border-color: rgb(183,64,22); }

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