Html Css Color HEX #B93E14 Rust

📋 copy color: '#B93E14'

red 185 ◦ green 62 ◦ blue 20

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

Shades of Rust #B93E14

Tints of Rust #B93E14

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.22%

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

R = 69.29%
G = 23.22%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B93E14 (or 0xB93E14) is known color: Rust. HEX triplet: B9, 3E and 14. RGB value is (185,62,20). Sum of RGB (Red+Green+Blue) = 185+62+20=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 62 (24.61% from 255 or 23.22% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93E14 is #46C1EB. Grayscale: #5E5E5E. Windows color (decimal): -4637164 or 1326777. OLE color: 1326777.

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

Color convert

RGB 185 62 20 -
CMYK 0 0.66 0.89 0.27
HSL 15.27º 0.8% 0.4% -
HSV(B) 15.27º 0.89% 0.73% -
XYZ 21.86 13.81 2.18 -
YUV 93.99 86.25 192.92 -
System Red Green Blue C M Y K H S L
Decimal 185 62 20 0 0.66 0.89 0.27 15.27 0.8 0.4
Hex B9 3E 14 0 42 59 1B F 50 28
Octal 271 76 24 0 102 131 33 17 120 50
Binary 10111001 111110 10100 0 1000010 1011001 11011 1111 1010000 101000

Color Harmonies of #B93E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93E14

Black with #B93E14

Text Example


Text Example

White with #B93E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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