Html Css Color HEX #B0390C Rust

📋 copy color: '#B0390C'

red 176 ◦ green 57 ◦ blue 12

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

Shades of Rust #B0390C

Tints of Rust #B0390C

RGB

 RED value IS 176 (69.14% from 255) = 71.84%

 GREEN value IS 57 (22.66% from 255) = 23.27%

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

R = 71.84%
G = 23.27%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0390C (or 0xB0390C) is known color: Rust. HEX triplet: B0, 39 and 0C. RGB value is (176,57,12). Sum of RGB (Red+Green+Blue) = 176+57+12=245 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.84% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 176 - color contains mainly: red. Hex color #B0390C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0390C is #4FC6F3. Grayscale: #575757. Windows color (decimal): -5228276 or 801200. OLE color: 801200.

HSL color Cylindrical-coordinate representation of color #B0390C: hue angle of 16.46º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B0390C is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 57 12 -
CMYK 0 0.68 0.93 0.31
HSL 16.46º 0.87% 0.37% -
HSV(B) 16.46º 0.93% 0.69% -
XYZ 19.43 12.18 1.68 -
YUV 87.45 85.42 191.16 -
System Red Green Blue C M Y K H S L
Decimal 176 57 12 0 0.68 0.93 0.31 16.46 0.87 0.37
Hex B0 39 C 0 44 5D 1F 10 57 25
Octal 260 71 14 0 104 135 37 20 127 45
Binary 10110000 111001 1100 0 1000100 1011101 11111 10000 1010111 100101

Color Harmonies of #B0390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0390C

Black with #B0390C

Text Example


Text Example

White with #B0390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0390C; }

 p { color: rgb(176,57,12); }

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

background-color css

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

 a { background-color: rgb(176,57,12); }

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

border-color css

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

 span { border-color: rgb(176,57,12); }

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