Html Css Color HEX #B0310E Rust

📋 copy color: '#B0310E'

red 176 ◦ green 49 ◦ blue 14

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

Shades of Rust #B0310E

Tints of Rust #B0310E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.5%

 BLUE value IS 14 (5.86% from 255) = 5.86%

R = 73.64%
G = 20.5%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B0310E (or 0xB0310E) is known color: Rust. HEX triplet: B0, 31 and 0E. RGB value is (176,49,14). Sum of RGB (Red+Green+Blue) = 176+49+14=239 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.64% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 14 (5.86% from 255 or 5.86% from 239); Max value from RGB is 176 - color contains mainly: red. Hex color #B0310E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0310E is #4FCEF1. Grayscale: #535353. Windows color (decimal): -5230322 or 930224. OLE color: 930224.

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

Color convert

RGB 176 49 14 -
CMYK 0 0.72 0.92 0.31
HSL 12.96º 0.85% 0.37% -
HSV(B) 12.96º 0.92% 0.69% -
XYZ 19.08 11.46 1.62 -
YUV 82.98 89.08 194.35 -
System Red Green Blue C M Y K H S L
Decimal 176 49 14 0 0.72 0.92 0.31 12.96 0.85 0.37
Hex B0 31 E 0 48 5C 1F D 55 25
Octal 260 61 16 0 110 134 37 15 125 45
Binary 10110000 110001 1110 0 1001000 1011100 11111 1101 1010101 100101

Color Harmonies of #B0310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0310E

Black with #B0310E

Text Example


Text Example

White with #B0310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0310E; }

 p { color: rgb(176,49,14); }

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

background-color css

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

 a { background-color: rgb(176,49,14); }

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

border-color css

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

 span { border-color: rgb(176,49,14); }

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