Html Css Color HEX #B75011 Rust

📋 copy color: '#B75011'

red 183 ◦ green 80 ◦ blue 17

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

Shades of Rust #B75011

Tints of Rust #B75011

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.57%

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

R = 65.36%
G = 28.57%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B75011 (or 0xB75011) is known color: Rust. HEX triplet: B7, 50 and 11. RGB value is (183,80,17). Sum of RGB (Red+Green+Blue) = 183+80+17=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B75011 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75011 is #48AFEE. Grayscale: #676767. Windows color (decimal): -4763631 or 1134775. OLE color: 1134775.

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

Color convert

RGB 183 80 17 -
CMYK 0 0.56 0.91 0.28
HSL 22.77º 0.83% 0.39% -
HSV(B) 22.77º 0.91% 0.72% -
XYZ 22.5 15.85 2.4 -
YUV 103.62 79.12 184.62 -
System Red Green Blue C M Y K H S L
Decimal 183 80 17 0 0.56 0.91 0.28 22.77 0.83 0.39
Hex B7 50 11 0 38 5B 1C 17 53 27
Octal 267 120 21 0 70 133 34 27 123 47
Binary 10110111 1010000 10001 0 111000 1011011 11100 10111 1010011 100111

Color Harmonies of #B75011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75011

Black with #B75011

Text Example


Text Example

White with #B75011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75011; }

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

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

background-color css

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

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

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

border-color css

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

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

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