Html Css Color HEX #B9380C Rust

📋 copy color: '#B9380C'

red 185 ◦ green 56 ◦ blue 12

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

Shades of Rust #B9380C

Tints of Rust #B9380C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.74%

R = 73.12%
G = 22.13%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#B9380C (or 0xB9380C) is known color: Rust. HEX triplet: B9, 38 and 0C. RGB value is (185,56,12). Sum of RGB (Red+Green+Blue) = 185+56+12=253 (33% of max value = 765). Red value is 185 (72.66% from 255 or 73.12% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 12 (5.08% from 255 or 4.74% from 253); Max value from RGB is 185 - color contains mainly: red. Hex color #B9380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9380C is #46C7F3. Grayscale: #595959. Windows color (decimal): -4638708 or 800953. OLE color: 800953.

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

Color convert

RGB 185 56 12 -
CMYK 0 0.70 0.94 0.27
HSL 15.26º 0.88% 0.39% -
HSV(B) 15.26º 0.94% 0.73% -
XYZ 21.49 13.17 1.76 -
YUV 89.56 84.24 196.08 -
System Red Green Blue C M Y K H S L
Decimal 185 56 12 0 0.70 0.94 0.27 15.26 0.88 0.39
Hex B9 38 C 0 46 5E 1B F 58 27
Octal 271 70 14 0 106 136 33 17 130 47
Binary 10111001 111000 1100 0 1000110 1011110 11011 1111 1011000 100111

Color Harmonies of #B9380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9380C

Black with #B9380C

Text Example


Text Example

White with #B9380C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9380C; }

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

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

background-color css

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

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

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

border-color css

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

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

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