Html Css Color HEX #B74111 Rust

📋 copy color: '#B74111'

red 183 ◦ green 65 ◦ blue 17

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

Shades of Rust #B74111

Tints of Rust #B74111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.53%

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

R = 69.06%
G = 24.53%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B74111 (or 0xB74111) is known color: Rust. HEX triplet: B7, 41 and 11. RGB value is (183,65,17). Sum of RGB (Red+Green+Blue) = 183+65+17=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B74111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74111 is #48BEEE. Grayscale: #5F5F5F. Windows color (decimal): -4767471 or 1130935. OLE color: 1130935.

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

Color convert

RGB 183 65 17 -
CMYK 0 0.64 0.91 0.28
HSL 17.35º 0.83% 0.39% -
HSV(B) 17.35º 0.91% 0.72% -
XYZ 21.52 13.89 2.08 -
YUV 94.81 84.09 190.9 -
System Red Green Blue C M Y K H S L
Decimal 183 65 17 0 0.64 0.91 0.28 17.35 0.83 0.39
Hex B7 41 11 0 40 5B 1C 11 53 27
Octal 267 101 21 0 100 133 34 21 123 47
Binary 10110111 1000001 10001 0 1000000 1011011 11100 10001 1010011 100111

Color Harmonies of #B74111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74111

Black with #B74111

Text Example


Text Example

White with #B74111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74111; }

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

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

background-color css

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

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

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

border-color css

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

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

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