Html Css Color HEX #B3310B Rust

📋 copy color: '#B3310B'

red 179 ◦ green 49 ◦ blue 11

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

Shades of Rust #B3310B

Tints of Rust #B3310B

RGB

 RED value IS 179 (70.31% from 255) = 74.9%

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

 BLUE value IS 11 (4.69% from 255) = 4.6%

R = 74.9%
G = 20.5%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B3310B (or 0xB3310B) is known color: Rust. HEX triplet: B3, 31 and 0B. RGB value is (179,49,11). Sum of RGB (Red+Green+Blue) = 179+49+11=239 (31% of max value = 765). Red value is 179 (70.31% from 255 or 74.90% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 179 - color contains mainly: red. Hex color #B3310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3310B is #4CCEF4. Grayscale: #535353. Windows color (decimal): -5033717 or 733619. OLE color: 733619.

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

Color convert

RGB 179 49 11 -
CMYK 0 0.73 0.94 0.30
HSL 13.57º 0.88% 0.37% -
HSV(B) 13.57º 0.94% 0.7% -
XYZ 19.75 11.8 1.55 -
YUV 83.54 87.07 196.09 -
System Red Green Blue C M Y K H S L
Decimal 179 49 11 0 0.73 0.94 0.30 13.57 0.88 0.37
Hex B3 31 B 0 49 5E 1E E 58 25
Octal 263 61 13 0 111 136 36 16 130 45
Binary 10110011 110001 1011 0 1001001 1011110 11110 1110 1011000 100101

Color Harmonies of #B3310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3310B

Black with #B3310B

Text Example


Text Example

White with #B3310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3310B; }

 p { color: rgb(179,49,11); }

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

background-color css

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

 a { background-color: rgb(179,49,11); }

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

border-color css

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

 span { border-color: rgb(179,49,11); }

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