Html Css Color HEX #B0470B Rust

📋 copy color: '#B0470B'

red 176 ◦ green 71 ◦ blue 11

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

Shades of Rust #B0470B

Tints of Rust #B0470B

RGB

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

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

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

R = 68.22%
G = 27.52%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0470B (or 0xB0470B) is known color: Rust. HEX triplet: B0, 47 and 0B. RGB value is (176,71,11). Sum of RGB (Red+Green+Blue) = 176+71+11=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B0470B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0470B is #4FB8F4. Grayscale: #5F5F5F. Windows color (decimal): -5224693 or 739248. OLE color: 739248.

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

Color convert

RGB 176 71 11 -
CMYK 0 0.60 0.94 0.31
HSL 21.82º 0.88% 0.37% -
HSV(B) 21.82º 0.94% 0.69% -
XYZ 20.22 13.76 1.91 -
YUV 95.56 80.29 185.38 -
System Red Green Blue C M Y K H S L
Decimal 176 71 11 0 0.60 0.94 0.31 21.82 0.88 0.37
Hex B0 47 B 0 3C 5E 1F 16 58 25
Octal 260 107 13 0 74 136 37 26 130 45
Binary 10110000 1000111 1011 0 111100 1011110 11111 10110 1011000 100101

Color Harmonies of #B0470B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0470B

Black with #B0470B

Text Example


Text Example

White with #B0470B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0470B; }

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

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

background-color css

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

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

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

border-color css

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

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

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