Html Css Color HEX #B95218 Rust

📋 copy color: '#B95218'

red 185 ◦ green 82 ◦ blue 24

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

Shades of Rust #B95218

Tints of Rust #B95218

RGB

 RED value IS 185 (72.66% from 255) = 63.57%

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

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

R = 63.57%
G = 28.18%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#B95218 (or 0xB95218) is known color: Rust. HEX triplet: B9, 52 and 18. RGB value is (185,82,24). Sum of RGB (Red+Green+Blue) = 185+82+24=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B95218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95218 is #46ADE7. Grayscale: #6A6A6A. Windows color (decimal): -4632040 or 1594041. OLE color: 1594041.

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

Color convert

RGB 185 82 24 -
CMYK 0 0.56 0.87 0.27
HSL 21.61º 0.77% 0.41% -
HSV(B) 21.61º 0.87% 0.73% -
XYZ 23.19 16.41 2.81 -
YUV 106.19 81.62 184.22 -
System Red Green Blue C M Y K H S L
Decimal 185 82 24 0 0.56 0.87 0.27 21.61 0.77 0.41
Hex B9 52 18 0 38 57 1B 16 4D 29
Octal 271 122 30 0 70 127 33 26 115 51
Binary 10111001 1010010 11000 0 111000 1010111 11011 10110 1001101 101001

Color Harmonies of #B95218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95218

Black with #B95218

Text Example


Text Example

White with #B95218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95218; }

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

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

background-color css

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

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

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

border-color css

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

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

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