Html Css Color HEX #B93E13 Rust

📋 copy color: '#B93E13'

red 185 ◦ green 62 ◦ blue 19

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

Shades of Rust #B93E13

Tints of Rust #B93E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.14%

R = 69.55%
G = 23.31%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B93E13 (or 0xB93E13) is known color: Rust. HEX triplet: B9, 3E and 13. RGB value is (185,62,19). Sum of RGB (Red+Green+Blue) = 185+62+19=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 62 (24.61% from 255 or 23.31% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93E13 is #46C1EC. Grayscale: #5E5E5E. Windows color (decimal): -4637165 or 1261241. OLE color: 1261241.

HSL color Cylindrical-coordinate representation of color #B93E13: hue angle of 15.54º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B93E13 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 62 19 -
CMYK 0 0.66 0.90 0.27
HSL 15.54º 0.81% 0.4% -
HSV(B) 15.54º 0.9% 0.73% -
XYZ 21.85 13.81 2.13 -
YUV 93.88 85.75 193 -
System Red Green Blue C M Y K H S L
Decimal 185 62 19 0 0.66 0.90 0.27 15.54 0.81 0.4
Hex B9 3E 13 0 42 5A 1B 10 51 28
Octal 271 76 23 0 102 132 33 20 121 50
Binary 10111001 111110 10011 0 1000010 1011010 11011 10000 1010001 101000

Color Harmonies of #B93E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93E13

Black with #B93E13

Text Example


Text Example

White with #B93E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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