Html Css Color HEX #B74911 Rust

📋 copy color: '#B74911'

red 183 ◦ green 73 ◦ blue 17

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

Shades of Rust #B74911

Tints of Rust #B74911

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.23%

R = 67.03%
G = 26.74%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B74911 (or 0xB74911) is known color: Rust. HEX triplet: B7, 49 and 11. RGB value is (183,73,17). Sum of RGB (Red+Green+Blue) = 183+73+17=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 17 (7.03% from 255 or 6.23% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B74911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74911 is #48B6EE. Grayscale: #636363. Windows color (decimal): -4765423 or 1132983. OLE color: 1132983.

HSL color Cylindrical-coordinate representation of color #B74911: hue angle of 20.24º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B74911 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 73 17 -
CMYK 0 0.60 0.91 0.28
HSL 20.24º 0.83% 0.39% -
HSV(B) 20.24º 0.91% 0.72% -
XYZ 22.01 14.87 2.24 -
YUV 99.51 81.44 187.55 -
System Red Green Blue C M Y K H S L
Decimal 183 73 17 0 0.60 0.91 0.28 20.24 0.83 0.39
Hex B7 49 11 0 3C 5B 1C 14 53 27
Octal 267 111 21 0 74 133 34 24 123 47
Binary 10110111 1001001 10001 0 111100 1011011 11100 10100 1010011 100111

Color Harmonies of #B74911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74911

Black with #B74911

Text Example


Text Example

White with #B74911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74911; }

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

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

background-color css

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

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

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

border-color css

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

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

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