Html Css Color HEX #B1470D Rust

📋 copy color: '#B1470D'

red 177 ◦ green 71 ◦ blue 13

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

Shades of Rust #B1470D

Tints of Rust #B1470D

RGB

 RED value IS 177 (69.53% from 255) = 67.82%

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

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

R = 67.82%
G = 27.2%
B = 4.98%

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

#B1470D (or 0xB1470D) is known color: Rust. HEX triplet: B1, 47 and 0D. RGB value is (177,71,13). Sum of RGB (Red+Green+Blue) = 177+71+13=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B1470D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1470D is #4EB8F2. Grayscale: #606060. Windows color (decimal): -5159155 or 870321. OLE color: 870321.

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

Color convert

RGB 177 71 13 -
CMYK 0 0.60 0.93 0.31
HSL 21.22º 0.86% 0.37% -
HSV(B) 21.22º 0.93% 0.69% -
XYZ 20.46 13.88 1.98 -
YUV 96.08 81.12 185.72 -
System Red Green Blue C M Y K H S L
Decimal 177 71 13 0 0.60 0.93 0.31 21.22 0.86 0.37
Hex B1 47 D 0 3C 5D 1F 15 56 25
Octal 261 107 15 0 74 135 37 25 126 45
Binary 10110001 1000111 1101 0 111100 1011101 11111 10101 1010110 100101

Color Harmonies of #B1470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1470D

Black with #B1470D

Text Example


Text Example

White with #B1470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1470D; }

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

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

background-color css

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

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

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

border-color css

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

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

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