Html Css Color HEX #B94413 Rust

📋 copy color: '#B94413'

red 185 ◦ green 68 ◦ blue 19

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

Shades of Rust #B94413

Tints of Rust #B94413

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25%

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

R = 68.01%
G = 25%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B94413 (or 0xB94413) is known color: Rust. HEX triplet: B9, 44 and 13. RGB value is (185,68,19). Sum of RGB (Red+Green+Blue) = 185+68+19=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B94413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94413 is #46BBEC. Grayscale: #616161. Windows color (decimal): -4635629 or 1262777. OLE color: 1262777.

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

Color convert

RGB 185 68 19 -
CMYK 0 0.63 0.90 0.27
HSL 17.71º 0.81% 0.4% -
HSV(B) 17.71º 0.9% 0.73% -
XYZ 22.19 14.5 2.24 -
YUV 97.4 83.76 190.48 -
System Red Green Blue C M Y K H S L
Decimal 185 68 19 0 0.63 0.90 0.27 17.71 0.81 0.4
Hex B9 44 13 0 3F 5A 1B 12 51 28
Octal 271 104 23 0 77 132 33 22 121 50
Binary 10111001 1000100 10011 0 111111 1011010 11011 10010 1010001 101000

Color Harmonies of #B94413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94413

Black with #B94413

Text Example


Text Example

White with #B94413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94413; }

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

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

background-color css

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

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

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

border-color css

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

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

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