Html Css Color HEX #B93B14 Rust

📋 copy color: '#B93B14'

red 185 ◦ green 59 ◦ blue 20

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

Shades of Rust #B93B14

Tints of Rust #B93B14

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.35%

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

R = 70.08%
G = 22.35%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B93B14 (or 0xB93B14) is known color: Rust. HEX triplet: B9, 3B and 14. RGB value is (185,59,20). Sum of RGB (Red+Green+Blue) = 185+59+20=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 20 (8.20% from 255 or 7.58% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93B14 is #46C4EB. Grayscale: #5C5C5C. Windows color (decimal): -4637932 or 1326009. OLE color: 1326009.

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

Color convert

RGB 185 59 20 -
CMYK 0 0.68 0.89 0.27
HSL 14.18º 0.8% 0.4% -
HSV(B) 14.18º 0.89% 0.73% -
XYZ 21.7 13.49 2.12 -
YUV 92.23 87.24 194.17 -
System Red Green Blue C M Y K H S L
Decimal 185 59 20 0 0.68 0.89 0.27 14.18 0.8 0.4
Hex B9 3B 14 0 44 59 1B E 50 28
Octal 271 73 24 0 104 131 33 16 120 50
Binary 10111001 111011 10100 0 1000100 1011001 11011 1110 1010000 101000

Color Harmonies of #B93B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B14

Black with #B93B14

Text Example


Text Example

White with #B93B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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