Html Css Color HEX #B93C10 Rust

📋 copy color: '#B93C10'

red 185 ◦ green 60 ◦ blue 16

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

Shades of Rust #B93C10

Tints of Rust #B93C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.13%

R = 70.88%
G = 22.99%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B93C10 (or 0xB93C10) is known color: Rust. HEX triplet: B9, 3C and 10. RGB value is (185,60,16). Sum of RGB (Red+Green+Blue) = 185+60+16=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 60 (23.83% from 255 or 22.99% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B93C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93C10 is #46C3EF. Grayscale: #5C5C5C. Windows color (decimal): -4637680 or 1064121. OLE color: 1064121.

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

Color convert

RGB 185 60 16 -
CMYK 0 0.68 0.91 0.27
HSL 15.62º 0.84% 0.39% -
HSV(B) 15.62º 0.91% 0.73% -
XYZ 21.72 13.58 1.97 -
YUV 92.36 84.91 194.08 -
System Red Green Blue C M Y K H S L
Decimal 185 60 16 0 0.68 0.91 0.27 15.62 0.84 0.39
Hex B9 3C 10 0 44 5B 1B 10 54 27
Octal 271 74 20 0 104 133 33 20 124 47
Binary 10111001 111100 10000 0 1000100 1011011 11011 10000 1010100 100111

Color Harmonies of #B93C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93C10

Black with #B93C10

Text Example


Text Example

White with #B93C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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