Html Css Color HEX #B93717 Rust

📋 copy color: '#B93717'

red 185 ◦ green 55 ◦ blue 23

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

Shades of Rust #B93717

Tints of Rust #B93717

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.91%

 BLUE value IS 23 (9.38% from 255) = 8.75%

R = 70.34%
G = 20.91%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B93717 (or 0xB93717) is known color: Rust. HEX triplet: B9, 37 and 17. RGB value is (185,55,23). Sum of RGB (Red+Green+Blue) = 185+55+23=263 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.34% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 23 (9.38% from 255 or 8.75% from 263); Max value from RGB is 185 - color contains mainly: red. Hex color #B93717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93717 is #46C8E8. Grayscale: #5A5A5A. Windows color (decimal): -4638953 or 1521593. OLE color: 1521593.

HSL color Cylindrical-coordinate representation of color #B93717: hue angle of 11.85º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B93717 is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 55 23 -
CMYK 0 0.70 0.88 0.27
HSL 11.85º 0.78% 0.41% -
HSV(B) 11.85º 0.88% 0.73% -
XYZ 21.53 13.11 2.21 -
YUV 90.22 90.07 195.6 -
System Red Green Blue C M Y K H S L
Decimal 185 55 23 0 0.70 0.88 0.27 11.85 0.78 0.41
Hex B9 37 17 0 46 58 1B C 4E 29
Octal 271 67 27 0 106 130 33 14 116 51
Binary 10111001 110111 10111 0 1000110 1011000 11011 1100 1001110 101001

Color Harmonies of #B93717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93717

Black with #B93717

Text Example


Text Example

White with #B93717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93717; }

 p { color: rgb(185,55,23); }

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

background-color css

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

 a { background-color: rgb(185,55,23); }

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

border-color css

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

 span { border-color: rgb(185,55,23); }

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