Html Css Color HEX #B95013 Rust

📋 copy color: '#B95013'

red 185 ◦ green 80 ◦ blue 19

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

Shades of Rust #B95013

Tints of Rust #B95013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.69%

R = 65.14%
G = 28.17%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B95013 (or 0xB95013) is known color: Rust. HEX triplet: B9, 50 and 13. RGB value is (185,80,19). Sum of RGB (Red+Green+Blue) = 185+80+19=284 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.14% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 19 (7.81% from 255 or 6.69% from 284); Max value from RGB is 185 - color contains mainly: red. Hex color #B95013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95013 is #46AFEC. Grayscale: #686868. Windows color (decimal): -4632557 or 1265849. OLE color: 1265849.

HSL color Cylindrical-coordinate representation of color #B95013: hue angle of 22.05º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B95013 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 80 19 -
CMYK 0 0.57 0.90 0.27
HSL 22.05º 0.81% 0.4% -
HSV(B) 22.05º 0.9% 0.73% -
XYZ 22.99 16.1 2.51 -
YUV 104.44 79.79 185.46 -
System Red Green Blue C M Y K H S L
Decimal 185 80 19 0 0.57 0.90 0.27 22.05 0.81 0.4
Hex B9 50 13 0 39 5A 1B 16 51 28
Octal 271 120 23 0 71 132 33 26 121 50
Binary 10111001 1010000 10011 0 111001 1011010 11011 10110 1010001 101000

Color Harmonies of #B95013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95013

Black with #B95013

Text Example


Text Example

White with #B95013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95013; }

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

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

background-color css

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

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

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

border-color css

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

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

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