Html Css Color HEX #B95105 Rust

📋 copy color: '#B95105'

red 185 ◦ green 81 ◦ blue 5

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

Shades of Rust #B95105

Tints of Rust #B95105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.89%

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 68.27%
G = 29.89%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B95105 (or 0xB95105) is known color: Rust. HEX triplet: B9, 51 and 05. RGB value is (185,81,5). Sum of RGB (Red+Green+Blue) = 185+81+5=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 5 (2.34% from 255 or 1.85% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B95105 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95105 is #46AEFA. Grayscale: #676767. Windows color (decimal): -4632315 or 348601. OLE color: 348601.

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

Color convert

RGB 185 81 5 -
CMYK 0 0.56 0.97 0.27
HSL 25.33º 0.95% 0.37% -
HSV(B) 25.33º 0.97% 0.73% -
XYZ 22.98 16.21 2.06 -
YUV 103.43 72.46 186.18 -
System Red Green Blue C M Y K H S L
Decimal 185 81 5 0 0.56 0.97 0.27 25.33 0.95 0.37
Hex B9 51 5 0 38 61 1B 19 5F 25
Octal 271 121 5 0 70 141 33 31 137 45
Binary 10111001 1010001 101 0 111000 1100001 11011 11001 1011111 100101

Color Harmonies of #B95105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95105

Black with #B95105

Text Example


Text Example

White with #B95105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95105; }

 p { color: rgb(185,81,5); }

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

background-color css

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

 a { background-color: rgb(185,81,5); }

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

border-color css

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

 span { border-color: rgb(185,81,5); }

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