Html Css Color HEX #B93C15 Rust

📋 copy color: '#B93C15'

red 185 ◦ green 60 ◦ blue 21

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

Shades of Rust #B93C15

Tints of Rust #B93C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.89%

R = 69.55%
G = 22.56%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B93C15 (or 0xB93C15) is known color: Rust. HEX triplet: B9, 3C and 15. RGB value is (185,60,21). Sum of RGB (Red+Green+Blue) = 185+60+21=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 60 (23.83% from 255 or 22.56% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93C15 is #46C3EA. Grayscale: #5D5D5D. Windows color (decimal): -4637675 or 1391801. OLE color: 1391801.

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

Color convert

RGB 185 60 21 -
CMYK 0 0.68 0.89 0.27
HSL 14.27º 0.8% 0.4% -
HSV(B) 14.27º 0.89% 0.73% -
XYZ 21.76 13.6 2.19 -
YUV 92.93 87.41 193.67 -
System Red Green Blue C M Y K H S L
Decimal 185 60 21 0 0.68 0.89 0.27 14.27 0.8 0.4
Hex B9 3C 15 0 44 59 1B E 50 28
Octal 271 74 25 0 104 131 33 16 120 50
Binary 10111001 111100 10101 0 1000100 1011001 11011 1110 1010000 101000

Color Harmonies of #B93C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C15

Black with #B93C15

Text Example


Text Example

White with #B93C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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