Html Css Color HEX #B75018 Rust

📋 copy color: '#B75018'

red 183 ◦ green 80 ◦ blue 24

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

Shades of Rust #B75018

Tints of Rust #B75018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.36%

R = 63.76%
G = 27.87%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B75018 (or 0xB75018) is known color: Rust. HEX triplet: B7, 50 and 18. RGB value is (183,80,24). Sum of RGB (Red+Green+Blue) = 183+80+24=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B75018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75018 is #48AFE7. Grayscale: #686868. Windows color (decimal): -4763624 or 1593527. OLE color: 1593527.

HSL color Cylindrical-coordinate representation of color #B75018: hue angle of 21.13º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B75018 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 80 24 -
CMYK 0 0.56 0.87 0.28
HSL 21.13º 0.77% 0.41% -
HSV(B) 21.13º 0.87% 0.72% -
XYZ 22.56 15.87 2.74 -
YUV 104.41 82.62 184.05 -
System Red Green Blue C M Y K H S L
Decimal 183 80 24 0 0.56 0.87 0.28 21.13 0.77 0.41
Hex B7 50 18 0 38 57 1C 15 4D 29
Octal 267 120 30 0 70 127 34 25 115 51
Binary 10110111 1010000 11000 0 111000 1010111 11100 10101 1001101 101001

Color Harmonies of #B75018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75018

Black with #B75018

Text Example


Text Example

White with #B75018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75018; }

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

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

background-color css

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

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

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

border-color css

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

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

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