Html Css Color HEX #B75811 Rust

📋 copy color: '#B75811'

red 183 ◦ green 88 ◦ blue 17

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

Shades of Rust #B75811

Tints of Rust #B75811

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.56%

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

R = 63.54%
G = 30.56%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.91

 K value IS 0.28

RGB Variations

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

Color information

#B75811 (or 0xB75811) is known color: Rust. HEX triplet: B7, 58 and 11. RGB value is (183,88,17). Sum of RGB (Red+Green+Blue) = 183+88+17=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 17 (7.03% from 255 or 5.90% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B75811 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75811 is #48A7EE. Grayscale: #6C6C6C. Windows color (decimal): -4761583 or 1136823. OLE color: 1136823.

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

Color convert

RGB 183 88 17 -
CMYK 0 0.52 0.91 0.28
HSL 25.66º 0.83% 0.39% -
HSV(B) 25.66º 0.91% 0.72% -
XYZ 23.12 17.09 2.61 -
YUV 108.31 76.47 181.27 -
System Red Green Blue C M Y K H S L
Decimal 183 88 17 0 0.52 0.91 0.28 25.66 0.83 0.39
Hex B7 58 11 0 34 5B 1C 1A 53 27
Octal 267 130 21 0 64 133 34 32 123 47
Binary 10110111 1011000 10001 0 110100 1011011 11100 11010 1010011 100111

Color Harmonies of #B75811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75811

Black with #B75811

Text Example


Text Example

White with #B75811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75811; }

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

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

background-color css

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

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

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

border-color css

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

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

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