Html Css Color HEX #B93C19 Rust

📋 copy color: '#B93C19'

red 185 ◦ green 60 ◦ blue 25

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

Shades of Rust #B93C19

Tints of Rust #B93C19

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.22%

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

R = 68.52%
G = 22.22%
B = 9.26%

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

#B93C19 (or 0xB93C19) is known color: Rust. HEX triplet: B9, 3C and 19. RGB value is (185,60,25). Sum of RGB (Red+Green+Blue) = 185+60+25=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93C19 is #46C3E6. Grayscale: #5D5D5D. Windows color (decimal): -4637671 or 1653945. OLE color: 1653945.

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

Color convert

RGB 185 60 25 -
CMYK 0 0.68 0.86 0.27
HSL 13.13º 0.76% 0.41% -
HSV(B) 13.13º 0.86% 0.73% -
XYZ 21.8 13.62 2.4 -
YUV 93.39 89.41 193.35 -
System Red Green Blue C M Y K H S L
Decimal 185 60 25 0 0.68 0.86 0.27 13.13 0.76 0.41
Hex B9 3C 19 0 44 56 1B D 4C 29
Octal 271 74 31 0 104 126 33 15 114 51
Binary 10111001 111100 11001 0 1000100 1010110 11011 1101 1001100 101001

Color Harmonies of #B93C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C19

Black with #B93C19

Text Example


Text Example

White with #B93C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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