Html Css Color HEX #B0390D Rust

📋 copy color: '#B0390D'

red 176 ◦ green 57 ◦ blue 13

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

Shades of Rust #B0390D

Tints of Rust #B0390D

RGB

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

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

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

R = 71.54%
G = 23.17%
B = 5.28%

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

#B0390D (or 0xB0390D) is known color: Rust. HEX triplet: B0, 39 and 0D. RGB value is (176,57,13). Sum of RGB (Red+Green+Blue) = 176+57+13=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 57 (22.66% from 255 or 23.17% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B0390D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0390D is #4FC6F2. Grayscale: #575757. Windows color (decimal): -5228275 or 866736. OLE color: 866736.

HSL color Cylindrical-coordinate representation of color #B0390D: hue angle of 16.2º degrees, saturation: 0.86, 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 #B0390D is Cyan = 0, Magento = 0.68, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 57 13 -
CMYK 0 0.68 0.93 0.31
HSL 16.2º 0.86% 0.37% -
HSV(B) 16.2º 0.93% 0.69% -
XYZ 19.44 12.19 1.71 -
YUV 87.57 85.92 191.08 -
System Red Green Blue C M Y K H S L
Decimal 176 57 13 0 0.68 0.93 0.31 16.2 0.86 0.37
Hex B0 39 D 0 44 5D 1F 10 56 25
Octal 260 71 15 0 104 135 37 20 126 45
Binary 10110000 111001 1101 0 1000100 1011101 11111 10000 1010110 100101

Color Harmonies of #B0390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0390D

Black with #B0390D

Text Example


Text Example

White with #B0390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0390D; }

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

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

background-color css

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

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

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

border-color css

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

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

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