Html Css Color HEX #B3471B Rust

📋 copy color: '#B3471B'

red 179 ◦ green 71 ◦ blue 27

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

Shades of Rust #B3471B

Tints of Rust #B3471B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.75%

R = 64.62%
G = 25.63%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3471B (or 0xB3471B) is known color: Rust. HEX triplet: B3, 47 and 1B. RGB value is (179,71,27). Sum of RGB (Red+Green+Blue) = 179+71+27=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B3471B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3471B is #4CB8E4. Grayscale: #626262. Windows color (decimal): -5028069 or 1787827. OLE color: 1787827.

HSL color Cylindrical-coordinate representation of color #B3471B: hue angle of 17.37º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B3471B is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 71 27 -
CMYK 0 0.60 0.85 0.30
HSL 17.37º 0.74% 0.4% -
HSV(B) 17.37º 0.85% 0.7% -
XYZ 21.04 14.17 2.66 -
YUV 98.28 87.78 185.58 -
System Red Green Blue C M Y K H S L
Decimal 179 71 27 0 0.60 0.85 0.30 17.37 0.74 0.4
Hex B3 47 1B 0 3C 55 1E 11 4A 28
Octal 263 107 33 0 74 125 36 21 112 50
Binary 10110011 1000111 11011 0 111100 1010101 11110 10001 1001010 101000

Color Harmonies of #B3471B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3471B

Black with #B3471B

Text Example


Text Example

White with #B3471B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3471B; }

 p { color: rgb(179,71,27); }

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

background-color css

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

 a { background-color: rgb(179,71,27); }

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

border-color css

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

 span { border-color: rgb(179,71,27); }

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