Html Css Color HEX #B94310 Rust

📋 copy color: '#B94310'

red 185 ◦ green 67 ◦ blue 16

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

Shades of Rust #B94310

Tints of Rust #B94310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25%

 BLUE value IS 16 (6.64% from 255) = 5.97%

R = 69.03%
G = 25%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B94310 (or 0xB94310) is known color: Rust. HEX triplet: B9, 43 and 10. RGB value is (185,67,16). Sum of RGB (Red+Green+Blue) = 185+67+16=268 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.03% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 185 - color contains mainly: red. Hex color #B94310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B94310 is #46BCEF. Grayscale: #606060. Windows color (decimal): -4635888 or 1065913. OLE color: 1065913.

HSL color Cylindrical-coordinate representation of color #B94310: hue angle of 18.11º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B94310 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 67 16 -
CMYK 0 0.64 0.91 0.27
HSL 18.11º 0.84% 0.39% -
HSV(B) 18.11º 0.91% 0.73% -
XYZ 22.11 14.37 2.1 -
YUV 96.47 82.59 191.15 -
System Red Green Blue C M Y K H S L
Decimal 185 67 16 0 0.64 0.91 0.27 18.11 0.84 0.39
Hex B9 43 10 0 40 5B 1B 12 54 27
Octal 271 103 20 0 100 133 33 22 124 47
Binary 10111001 1000011 10000 0 1000000 1011011 11011 10010 1010100 100111

Color Harmonies of #B94310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B94310

Black with #B94310

Text Example


Text Example

White with #B94310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B94310; }

 p { color: rgb(185,67,16); }

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

background-color css

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

 a { background-color: rgb(185,67,16); }

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

border-color css

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

 span { border-color: rgb(185,67,16); }

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