Html Css Color HEX #B95005 Rust

📋 copy color: '#B95005'

red 185 ◦ green 80 ◦ blue 5

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

Shades of Rust #B95005

Tints of Rust #B95005

RGB

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

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

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

R = 68.52%
G = 29.63%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B95005 (or 0xB95005) is known color: Rust. HEX triplet: B9, 50 and 05. RGB value is (185,80,5). Sum of RGB (Red+Green+Blue) = 185+80+5=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B95005 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95005 is #46AFFA. Grayscale: #676767. Windows color (decimal): -4632571 or 348345. OLE color: 348345.

HSL color Cylindrical-coordinate representation of color #B95005: hue angle of 25º 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 #B95005 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 80 5 -
CMYK 0 0.57 0.97 0.27
HSL 25º 0.95% 0.37% -
HSV(B) 25º 0.97% 0.73% -
XYZ 22.9 16.06 2.04 -
YUV 102.85 72.79 186.6 -
System Red Green Blue C M Y K H S L
Decimal 185 80 5 0 0.57 0.97 0.27 25 0.95 0.37
Hex B9 50 5 0 39 61 1B 19 5F 25
Octal 271 120 5 0 71 141 33 31 137 45
Binary 10111001 1010000 101 0 111001 1100001 11011 11001 1011111 100101

Color Harmonies of #B95005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95005

Black with #B95005

Text Example


Text Example

White with #B95005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95005; }

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

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

background-color css

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

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

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

border-color css

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

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

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