Html Css Color HEX #B95008 Rust

📋 copy color: '#B95008'

red 185 ◦ green 80 ◦ blue 8

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

Shades of Rust #B95008

Tints of Rust #B95008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.93%

R = 67.77%
G = 29.3%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B95008 (or 0xB95008) is known color: Rust. HEX triplet: B9, 50 and 08. RGB value is (185,80,8). Sum of RGB (Red+Green+Blue) = 185+80+8=273 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.77% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 185 - color contains mainly: red. Hex color #B95008 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95008 is #46AFF7. Grayscale: #676767. Windows color (decimal): -4632568 or 544953. OLE color: 544953.

HSL color Cylindrical-coordinate representation of color #B95008: hue angle of 24.41º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B95008 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 80 8 -
CMYK 0 0.57 0.96 0.27
HSL 24.41º 0.92% 0.38% -
HSV(B) 24.41º 0.96% 0.73% -
XYZ 22.92 16.07 2.12 -
YUV 103.19 74.29 186.35 -
System Red Green Blue C M Y K H S L
Decimal 185 80 8 0 0.57 0.96 0.27 24.41 0.92 0.38
Hex B9 50 8 0 39 60 1B 18 5C 26
Octal 271 120 10 0 71 140 33 30 134 46
Binary 10111001 1010000 1000 0 111001 1100000 11011 11000 1011100 100110

Color Harmonies of #B95008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95008

Black with #B95008

Text Example


Text Example

White with #B95008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95008; }

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

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

background-color css

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

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

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

border-color css

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

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

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