Html Css Color HEX #B93D14 Rust

📋 copy color: '#B93D14'

red 185 ◦ green 61 ◦ blue 20

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

Shades of Rust #B93D14

Tints of Rust #B93D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.93%

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

R = 69.55%
G = 22.93%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B93D14 (or 0xB93D14) is known color: Rust. HEX triplet: B9, 3D and 14. RGB value is (185,61,20). Sum of RGB (Red+Green+Blue) = 185+61+20=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93D14 is #46C2EB. Grayscale: #5D5D5D. Windows color (decimal): -4637420 or 1326521. OLE color: 1326521.

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

Color convert

RGB 185 61 20 -
CMYK 0 0.67 0.89 0.27
HSL 14.91º 0.8% 0.4% -
HSV(B) 14.91º 0.89% 0.73% -
XYZ 21.8 13.7 2.16 -
YUV 93.4 86.58 193.33 -
System Red Green Blue C M Y K H S L
Decimal 185 61 20 0 0.67 0.89 0.27 14.91 0.8 0.4
Hex B9 3D 14 0 43 59 1B F 50 28
Octal 271 75 24 0 103 131 33 17 120 50
Binary 10111001 111101 10100 0 1000011 1011001 11011 1111 1010000 101000

Color Harmonies of #B93D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D14

Black with #B93D14

Text Example


Text Example

White with #B93D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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