Html Css Color HEX #B9370D Rust

📋 copy color: '#B9370D'

red 185 ◦ green 55 ◦ blue 13

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

Shades of Rust #B9370D

Tints of Rust #B9370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.74%

 BLUE value IS 13 (5.47% from 255) = 5.14%

R = 73.12%
G = 21.74%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#B9370D (or 0xB9370D) is known color: Rust. HEX triplet: B9, 37 and 0D. RGB value is (185,55,13). Sum of RGB (Red+Green+Blue) = 185+55+13=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B9370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9370D is #46C8F2. Grayscale: #595959. Windows color (decimal): -4638963 or 866233. OLE color: 866233.

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

Color convert

RGB 185 55 13 -
CMYK 0 0.70 0.93 0.27
HSL 14.65º 0.87% 0.39% -
HSV(B) 14.65º 0.93% 0.73% -
XYZ 21.45 13.08 1.77 -
YUV 89.08 85.07 196.42 -
System Red Green Blue C M Y K H S L
Decimal 185 55 13 0 0.70 0.93 0.27 14.65 0.87 0.39
Hex B9 37 D 0 46 5D 1B F 57 27
Octal 271 67 15 0 106 135 33 17 127 47
Binary 10111001 110111 1101 0 1000110 1011101 11011 1111 1010111 100111

Color Harmonies of #B9370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9370D

Black with #B9370D

Text Example


Text Example

White with #B9370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9370D; }

 p { color: rgb(185,55,13); }

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

background-color css

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

 a { background-color: rgb(185,55,13); }

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

border-color css

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

 span { border-color: rgb(185,55,13); }

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