Html Css Color HEX #B75218 Rust

📋 copy color: '#B75218'

red 183 ◦ green 82 ◦ blue 24

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

Shades of Rust #B75218

Tints of Rust #B75218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.37%

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

R = 63.32%
G = 28.37%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.28

RGB Variations

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

Color information

#B75218 (or 0xB75218) is known color: Rust. HEX triplet: B7, 52 and 18. RGB value is (183,82,24). Sum of RGB (Red+Green+Blue) = 183+82+24=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 24 (9.77% from 255 or 8.30% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B75218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75218 is #48ADE7. Grayscale: #696969. Windows color (decimal): -4763112 or 1594039. OLE color: 1594039.

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

Color convert

RGB 183 82 24 -
CMYK 0 0.55 0.87 0.28
HSL 21.89º 0.77% 0.41% -
HSV(B) 21.89º 0.87% 0.72% -
XYZ 22.71 16.17 2.79 -
YUV 105.59 81.96 183.22 -
System Red Green Blue C M Y K H S L
Decimal 183 82 24 0 0.55 0.87 0.28 21.89 0.77 0.41
Hex B7 52 18 0 37 57 1C 16 4D 29
Octal 267 122 30 0 67 127 34 26 115 51
Binary 10110111 1010010 11000 0 110111 1010111 11100 10110 1001101 101001

Color Harmonies of #B75218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75218

Black with #B75218

Text Example


Text Example

White with #B75218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75218; }

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

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

background-color css

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

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

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

border-color css

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

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

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