Html Css Color HEX #B93F17 Rust

📋 copy color: '#B93F17'

red 185 ◦ green 63 ◦ blue 23

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

Shades of Rust #B93F17

Tints of Rust #B93F17

RGB

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

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

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

R = 68.27%
G = 23.25%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B93F17 (or 0xB93F17) is known color: Rust. HEX triplet: B9, 3F and 17. RGB value is (185,63,23). Sum of RGB (Red+Green+Blue) = 185+63+23=271 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.27% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93F17 is #46C0E8. Grayscale: #5F5F5F. Windows color (decimal): -4636905 or 1523641. OLE color: 1523641.

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

Color convert

RGB 185 63 23 -
CMYK 0 0.66 0.88 0.27
HSL 14.81º 0.78% 0.41% -
HSV(B) 14.81º 0.88% 0.73% -
XYZ 21.94 13.93 2.34 -
YUV 94.92 87.42 192.25 -
System Red Green Blue C M Y K H S L
Decimal 185 63 23 0 0.66 0.88 0.27 14.81 0.78 0.41
Hex B9 3F 17 0 42 58 1B F 4E 29
Octal 271 77 27 0 102 130 33 17 116 51
Binary 10111001 111111 10111 0 1000010 1011000 11011 1111 1001110 101001

Color Harmonies of #B93F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F17

Black with #B93F17

Text Example


Text Example

White with #B93F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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