Html Css Color HEX #B0470D Rust

📋 copy color: '#B0470D'

red 176 ◦ green 71 ◦ blue 13

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

Shades of Rust #B0470D

Tints of Rust #B0470D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.31%

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

R = 67.69%
G = 27.31%
B = 5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B0470D (or 0xB0470D) is known color: Rust. HEX triplet: B0, 47 and 0D. RGB value is (176,71,13). Sum of RGB (Red+Green+Blue) = 176+71+13=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B0470D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0470D is #4FB8F2. Grayscale: #606060. Windows color (decimal): -5224691 or 870320. OLE color: 870320.

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

Color convert

RGB 176 71 13 -
CMYK 0 0.60 0.93 0.31
HSL 21.35º 0.86% 0.37% -
HSV(B) 21.35º 0.93% 0.69% -
XYZ 20.23 13.77 1.97 -
YUV 95.78 81.29 185.22 -
System Red Green Blue C M Y K H S L
Decimal 176 71 13 0 0.60 0.93 0.31 21.35 0.86 0.37
Hex B0 47 D 0 3C 5D 1F 15 56 25
Octal 260 107 15 0 74 135 37 25 126 45
Binary 10110000 1000111 1101 0 111100 1011101 11111 10101 1010110 100101

Color Harmonies of #B0470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0470D

Black with #B0470D

Text Example


Text Example

White with #B0470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0470D; }

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

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

background-color css

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

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

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

border-color css

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

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

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