Html Css Color HEX #B93B19 Rust

📋 copy color: '#B93B19'

red 185 ◦ green 59 ◦ blue 25

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

Shades of Rust #B93B19

Tints of Rust #B93B19

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.93%

 BLUE value IS 25 (10.16% from 255) = 9.29%

R = 68.77%
G = 21.93%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B93B19 (or 0xB93B19) is known color: Rust. HEX triplet: B9, 3B and 19. RGB value is (185,59,25). Sum of RGB (Red+Green+Blue) = 185+59+25=269 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.77% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93B19 is #46C4E6. Grayscale: #5D5D5D. Windows color (decimal): -4637927 or 1653689. OLE color: 1653689.

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

Color convert

RGB 185 59 25 -
CMYK 0 0.68 0.86 0.27
HSL 12.75º 0.76% 0.41% -
HSV(B) 12.75º 0.86% 0.73% -
XYZ 21.75 13.51 2.38 -
YUV 92.8 89.74 193.76 -
System Red Green Blue C M Y K H S L
Decimal 185 59 25 0 0.68 0.86 0.27 12.75 0.76 0.41
Hex B9 3B 19 0 44 56 1B D 4C 29
Octal 271 73 31 0 104 126 33 15 114 51
Binary 10111001 111011 11001 0 1000100 1010110 11011 1101 1001100 101001

Color Harmonies of #B93B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B19

Black with #B93B19

Text Example


Text Example

White with #B93B19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B19; }

 p { color: rgb(185,59,25); }

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

background-color css

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

 a { background-color: rgb(185,59,25); }

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

border-color css

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

 span { border-color: rgb(185,59,25); }

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