Html Css Color HEX #B93D10 Rust

📋 copy color: '#B93D10'

red 185 ◦ green 61 ◦ blue 16

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

Shades of Rust #B93D10

Tints of Rust #B93D10

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.28%

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

R = 70.61%
G = 23.28%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B93D10 (or 0xB93D10) is known color: Rust. HEX triplet: B9, 3D and 10. RGB value is (185,61,16). Sum of RGB (Red+Green+Blue) = 185+61+16=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93D10 is #46C2EF. Grayscale: #5D5D5D. Windows color (decimal): -4637424 or 1064377. OLE color: 1064377.

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

Color convert

RGB 185 61 16 -
CMYK 0 0.67 0.91 0.27
HSL 15.98º 0.84% 0.39% -
HSV(B) 15.98º 0.91% 0.73% -
XYZ 21.77 13.69 1.99 -
YUV 92.95 84.58 193.66 -
System Red Green Blue C M Y K H S L
Decimal 185 61 16 0 0.67 0.91 0.27 15.98 0.84 0.39
Hex B9 3D 10 0 43 5B 1B 10 54 27
Octal 271 75 20 0 103 133 33 20 124 47
Binary 10111001 111101 10000 0 1000011 1011011 11011 10000 1010100 100111

Color Harmonies of #B93D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93D10

Black with #B93D10

Text Example


Text Example

White with #B93D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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