Html Css Color HEX #B93514 Rust

📋 copy color: '#B93514'

red 185 ◦ green 53 ◦ blue 20

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

Shades of Rust #B93514

Tints of Rust #B93514

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.54%

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

R = 71.71%
G = 20.54%
B = 7.75%

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

#B93514 (or 0xB93514) is known color: Rust. HEX triplet: B9, 35 and 14. RGB value is (185,53,20). Sum of RGB (Red+Green+Blue) = 185+53+20=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B93514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93514 is #46CAEB. Grayscale: #585858. Windows color (decimal): -4639468 or 1324473. OLE color: 1324473.

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

Color convert

RGB 185 53 20 -
CMYK 0 0.71 0.89 0.27
HSL 12º 0.8% 0.4% -
HSV(B) 12º 0.89% 0.73% -
XYZ 21.41 12.91 2.03 -
YUV 88.71 89.23 196.68 -
System Red Green Blue C M Y K H S L
Decimal 185 53 20 0 0.71 0.89 0.27 12 0.8 0.4
Hex B9 35 14 0 47 59 1B C 50 28
Octal 271 65 24 0 107 131 33 14 120 50
Binary 10111001 110101 10100 0 1000111 1011001 11011 1100 1010000 101000

Color Harmonies of #B93514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93514

Black with #B93514

Text Example


Text Example

White with #B93514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93514; }

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

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

background-color css

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

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

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

border-color css

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

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

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