Html Css Color HEX #B75411 Rust

📋 copy color: '#B75411'

red 183 ◦ green 84 ◦ blue 17

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

Shades of Rust #B75411

Tints of Rust #B75411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.58%

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

R = 64.44%
G = 29.58%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B75411 (or 0xB75411) is known color: Rust. HEX triplet: B7, 54 and 11. RGB value is (183,84,17). Sum of RGB (Red+Green+Blue) = 183+84+17=284 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.44% from 284); Green value is 84 (33.20% from 255 or 29.58% from 284); Blue value is 17 (7.03% from 255 or 5.99% from 284); Max value from RGB is 183 - color contains mainly: red. Hex color #B75411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75411 is #48ABEE. Grayscale: #6A6A6A. Windows color (decimal): -4762607 or 1135799. OLE color: 1135799.

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

Color convert

RGB 183 84 17 -
CMYK 0 0.54 0.91 0.28
HSL 24.22º 0.83% 0.39% -
HSV(B) 24.22º 0.91% 0.72% -
XYZ 22.8 16.45 2.5 -
YUV 105.96 77.8 182.95 -
System Red Green Blue C M Y K H S L
Decimal 183 84 17 0 0.54 0.91 0.28 24.22 0.83 0.39
Hex B7 54 11 0 36 5B 1C 18 53 27
Octal 267 124 21 0 66 133 34 30 123 47
Binary 10110111 1010100 10001 0 110110 1011011 11100 11000 1010011 100111

Color Harmonies of #B75411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75411

Black with #B75411

Text Example


Text Example

White with #B75411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75411; }

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

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

background-color css

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

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

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

border-color css

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

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

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