Html Css Color HEX #B74511 Rust

📋 copy color: '#B74511'

red 183 ◦ green 69 ◦ blue 17

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

Shades of Rust #B74511

Tints of Rust #B74511

RGB

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

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

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

R = 68.03%
G = 25.65%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B74511 (or 0xB74511) is known color: Rust. HEX triplet: B7, 45 and 11. RGB value is (183,69,17). Sum of RGB (Red+Green+Blue) = 183+69+17=269 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.03% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 183 - color contains mainly: red. Hex color #B74511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74511 is #48BAEE. Grayscale: #616161. Windows color (decimal): -4766447 or 1131959. OLE color: 1131959.

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

Color convert

RGB 183 69 17 -
CMYK 0 0.62 0.91 0.28
HSL 18.8º 0.83% 0.39% -
HSV(B) 18.8º 0.91% 0.72% -
XYZ 21.76 14.36 2.16 -
YUV 97.16 82.77 189.23 -
System Red Green Blue C M Y K H S L
Decimal 183 69 17 0 0.62 0.91 0.28 18.8 0.83 0.39
Hex B7 45 11 0 3E 5B 1C 13 53 27
Octal 267 105 21 0 76 133 34 23 123 47
Binary 10110111 1000101 10001 0 111110 1011011 11100 10011 1010011 100111

Color Harmonies of #B74511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74511

Black with #B74511

Text Example


Text Example

White with #B74511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74511; }

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

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

background-color css

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

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

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

border-color css

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

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

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