Html Css Color HEX #B74916 Rust

📋 copy color: '#B74916'

red 183 ◦ green 73 ◦ blue 22

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

Shades of Rust #B74916

Tints of Rust #B74916

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.26%

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

R = 65.83%
G = 26.26%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B74916 (or 0xB74916) is known color: Rust. HEX triplet: B7, 49 and 16. RGB value is (183,73,22). Sum of RGB (Red+Green+Blue) = 183+73+22=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B74916 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74916 is #48B6E9. Grayscale: #646464. Windows color (decimal): -4765418 or 1460663. OLE color: 1460663.

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

Color convert

RGB 183 73 22 -
CMYK 0 0.60 0.88 0.28
HSL 19.01º 0.79% 0.4% -
HSV(B) 19.01º 0.88% 0.72% -
XYZ 22.06 14.89 2.47 -
YUV 100.08 83.94 187.15 -
System Red Green Blue C M Y K H S L
Decimal 183 73 22 0 0.60 0.88 0.28 19.01 0.79 0.4
Hex B7 49 16 0 3C 58 1C 13 4F 28
Octal 267 111 26 0 74 130 34 23 117 50
Binary 10110111 1001001 10110 0 111100 1011000 11100 10011 1001111 101000

Color Harmonies of #B74916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74916

Black with #B74916

Text Example


Text Example

White with #B74916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74916; }

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

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

background-color css

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

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

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

border-color css

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

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

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