Html Css Color HEX #B93614 Rust

📋 copy color: '#B93614'

red 185 ◦ green 54 ◦ blue 20

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

Shades of Rust #B93614

Tints of Rust #B93614

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.85%

 BLUE value IS 20 (8.2% from 255) = 7.72%

R = 71.43%
G = 20.85%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B93614 (or 0xB93614) is known color: Rust. HEX triplet: B9, 36 and 14. RGB value is (185,54,20). Sum of RGB (Red+Green+Blue) = 185+54+20=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 54 (21.48% from 255 or 20.85% from 259); Blue value is 20 (8.20% from 255 or 7.72% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B93614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93614 is #46C9EB. Grayscale: #595959. Windows color (decimal): -4639212 or 1324729. OLE color: 1324729.

HSL color Cylindrical-coordinate representation of color #B93614: hue angle of 12.36º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B93614 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 54 20 -
CMYK 0 0.71 0.89 0.27
HSL 12.36º 0.8% 0.4% -
HSV(B) 12.36º 0.89% 0.73% -
XYZ 21.45 13 2.04 -
YUV 89.29 88.9 196.26 -
System Red Green Blue C M Y K H S L
Decimal 185 54 20 0 0.71 0.89 0.27 12.36 0.8 0.4
Hex B9 36 14 0 47 59 1B C 50 28
Octal 271 66 24 0 107 131 33 14 120 50
Binary 10111001 110110 10100 0 1000111 1011001 11011 1100 1010000 101000

Color Harmonies of #B93614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93614

Black with #B93614

Text Example


Text Example

White with #B93614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93614; }

 p { color: rgb(185,54,20); }

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

background-color css

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

 a { background-color: rgb(185,54,20); }

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

border-color css

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

 span { border-color: rgb(185,54,20); }

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