Html Css Color HEX #B3390D Rust

📋 copy color: '#B3390D'

red 179 ◦ green 57 ◦ blue 13

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

Shades of Rust #B3390D

Tints of Rust #B3390D

RGB

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

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

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

R = 71.89%
G = 22.89%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.30

RGB Variations

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

Color information

#B3390D (or 0xB3390D) is known color: Rust. HEX triplet: B3, 39 and 0D. RGB value is (179,57,13). Sum of RGB (Red+Green+Blue) = 179+57+13=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B3390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B3390D is #4CC6F2. Grayscale: #585858. Windows color (decimal): -5031667 or 866739. OLE color: 866739.

HSL color Cylindrical-coordinate representation of color #B3390D: hue angle of 15.9º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B3390D is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 57 13 -
CMYK 0 0.68 0.93 0.30
HSL 15.9º 0.86% 0.38% -
HSV(B) 15.9º 0.93% 0.7% -
XYZ 20.13 12.54 1.74 -
YUV 88.46 85.42 192.58 -
System Red Green Blue C M Y K H S L
Decimal 179 57 13 0 0.68 0.93 0.30 15.9 0.86 0.38
Hex B3 39 D 0 44 5D 1E 10 56 26
Octal 263 71 15 0 104 135 36 20 126 46
Binary 10110011 111001 1101 0 1000100 1011101 11110 10000 1010110 100110

Color Harmonies of #B3390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3390D

Black with #B3390D

Text Example


Text Example

White with #B3390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3390D; }

 p { color: rgb(179,57,13); }

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

background-color css

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

 a { background-color: rgb(179,57,13); }

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

border-color css

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

 span { border-color: rgb(179,57,13); }

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