Html Css Color HEX #B74216 Rust

📋 copy color: '#B74216'

red 183 ◦ green 66 ◦ blue 22

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

Shades of Rust #B74216

Tints of Rust #B74216

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

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

R = 67.53%
G = 24.35%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#B74216 (or 0xB74216) is known color: Rust. HEX triplet: B7, 42 and 16. RGB value is (183,66,22). Sum of RGB (Red+Green+Blue) = 183+66+22=271 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.53% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 183 - color contains mainly: red. Hex color #B74216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74216 is #48BDE9. Grayscale: #606060. Windows color (decimal): -4767210 or 1458871. OLE color: 1458871.

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

Color convert

RGB 183 66 22 -
CMYK 0 0.64 0.88 0.28
HSL 16.4º 0.79% 0.4% -
HSV(B) 16.4º 0.88% 0.72% -
XYZ 21.62 14.02 2.33 -
YUV 95.97 86.26 190.08 -
System Red Green Blue C M Y K H S L
Decimal 183 66 22 0 0.64 0.88 0.28 16.4 0.79 0.4
Hex B7 42 16 0 40 58 1C 10 4F 28
Octal 267 102 26 0 100 130 34 20 117 50
Binary 10110111 1000010 10110 0 1000000 1011000 11100 10000 1001111 101000

Color Harmonies of #B74216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74216

Black with #B74216

Text Example


Text Example

White with #B74216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74216; }

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

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

background-color css

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

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

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

border-color css

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

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

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