Html Css Color HEX #B9380D Rust

📋 copy color: '#B9380D'

red 185 ◦ green 56 ◦ blue 13

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

Shades of Rust #B9380D

Tints of Rust #B9380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.05%

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

R = 72.83%
G = 22.05%
B = 5.12%

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

#B9380D (or 0xB9380D) is known color: Rust. HEX triplet: B9, 38 and 0D. RGB value is (185,56,13). Sum of RGB (Red+Green+Blue) = 185+56+13=254 (33% of max value = 765). Red value is 185 (72.66% from 255 or 72.83% from 254); Green value is 56 (22.27% from 255 or 22.05% from 254); Blue value is 13 (5.47% from 255 or 5.12% from 254); Max value from RGB is 185 - color contains mainly: red. Hex color #B9380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9380D is #46C7F2. Grayscale: #595959. Windows color (decimal): -4638707 or 866489. OLE color: 866489.

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

Color convert

RGB 185 56 13 -
CMYK 0 0.70 0.93 0.27
HSL 15º 0.87% 0.39% -
HSV(B) 15º 0.93% 0.73% -
XYZ 21.49 13.17 1.79 -
YUV 89.67 84.74 196 -
System Red Green Blue C M Y K H S L
Decimal 185 56 13 0 0.70 0.93 0.27 15 0.87 0.39
Hex B9 38 D 0 46 5D 1B F 57 27
Octal 271 70 15 0 106 135 33 17 127 47
Binary 10111001 111000 1101 0 1000110 1011101 11011 1111 1010111 100111

Color Harmonies of #B9380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9380D

Black with #B9380D

Text Example


Text Example

White with #B9380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9380D; }

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

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

background-color css

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

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

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

border-color css

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

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

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