Html Css Color HEX #B95413 Rust

📋 copy color: '#B95413'

red 185 ◦ green 84 ◦ blue 19

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

Shades of Rust #B95413

Tints of Rust #B95413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 29.17%

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

R = 64.24%
G = 29.17%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B95413 (or 0xB95413) is known color: Rust. HEX triplet: B9, 54 and 13. RGB value is (185,84,19). Sum of RGB (Red+Green+Blue) = 185+84+19=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B95413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95413 is #46ABEC. Grayscale: #6B6B6B. Windows color (decimal): -4631533 or 1266873. OLE color: 1266873.

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

Color convert

RGB 185 84 19 -
CMYK 0 0.55 0.90 0.27
HSL 23.49º 0.81% 0.4% -
HSV(B) 23.49º 0.9% 0.73% -
XYZ 23.3 16.7 2.61 -
YUV 106.79 78.46 183.79 -
System Red Green Blue C M Y K H S L
Decimal 185 84 19 0 0.55 0.90 0.27 23.49 0.81 0.4
Hex B9 54 13 0 37 5A 1B 17 51 28
Octal 271 124 23 0 67 132 33 27 121 50
Binary 10111001 1010100 10011 0 110111 1011010 11011 10111 1010001 101000

Color Harmonies of #B95413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B95413

Black with #B95413

Text Example


Text Example

White with #B95413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B95413; }

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

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

background-color css

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

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

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

border-color css

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

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

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