Html Css Color HEX #B93F13 Rust

📋 copy color: '#B93F13'

red 185 ◦ green 63 ◦ blue 19

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

Shades of Rust #B93F13

Tints of Rust #B93F13

RGB

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

 GREEN value IS 63 (25% from 255) = 23.6%

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

R = 69.29%
G = 23.6%
B = 7.12%

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

#B93F13 (or 0xB93F13) is known color: Rust. HEX triplet: B9, 3F and 13. RGB value is (185,63,19). Sum of RGB (Red+Green+Blue) = 185+63+19=267 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.29% from 267); Green value is 63 (25% from 255 or 23.60% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93F13 is #46C0EC. Grayscale: #5E5E5E. Windows color (decimal): -4636909 or 1261497. OLE color: 1261497.

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

Color convert

RGB 185 63 19 -
CMYK 0 0.66 0.90 0.27
HSL 15.9º 0.81% 0.4% -
HSV(B) 15.9º 0.9% 0.73% -
XYZ 21.9 13.92 2.15 -
YUV 94.46 85.42 192.58 -
System Red Green Blue C M Y K H S L
Decimal 185 63 19 0 0.66 0.90 0.27 15.9 0.81 0.4
Hex B9 3F 13 0 42 5A 1B 10 51 28
Octal 271 77 23 0 102 132 33 20 121 50
Binary 10111001 111111 10011 0 1000010 1011010 11011 10000 1010001 101000

Color Harmonies of #B93F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F13

Black with #B93F13

Text Example


Text Example

White with #B93F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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