Html Css Color HEX #B74516 Rust

📋 copy color: '#B74516'

red 183 ◦ green 69 ◦ blue 22

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

Shades of Rust #B74516

Tints of Rust #B74516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.18%

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

R = 66.79%
G = 25.18%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B74516 (or 0xB74516) is known color: Rust. HEX triplet: B7, 45 and 16. RGB value is (183,69,22). Sum of RGB (Red+Green+Blue) = 183+69+22=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 69 (27.34% from 255 or 25.18% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B74516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74516 is #48BAE9. Grayscale: #626262. Windows color (decimal): -4766442 or 1459639. OLE color: 1459639.

HSL color Cylindrical-coordinate representation of color #B74516: hue angle of 17.52º 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 #B74516 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 69 22 -
CMYK 0 0.62 0.88 0.28
HSL 17.52º 0.79% 0.4% -
HSV(B) 17.52º 0.88% 0.72% -
XYZ 21.8 14.38 2.39 -
YUV 97.73 85.27 188.82 -
System Red Green Blue C M Y K H S L
Decimal 183 69 22 0 0.62 0.88 0.28 17.52 0.79 0.4
Hex B7 45 16 0 3E 58 1C 12 4F 28
Octal 267 105 26 0 76 130 34 22 117 50
Binary 10110111 1000101 10110 0 111110 1011000 11100 10010 1001111 101000

Color Harmonies of #B74516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74516

Black with #B74516

Text Example


Text Example

White with #B74516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74516; }

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

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

background-color css

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

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

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

border-color css

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

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

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