Html Css Color HEX #B3471E Rust

📋 copy color: '#B3471E'

red 179 ◦ green 71 ◦ blue 30

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

Shades of Rust #B3471E

Tints of Rust #B3471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.71%

R = 63.93%
G = 25.36%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B3471E (or 0xB3471E) is known color: Rust. HEX triplet: B3, 47 and 1E. RGB value is (179,71,30). Sum of RGB (Red+Green+Blue) = 179+71+30=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B3471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3471E is #4CB8E1. Grayscale: #626262. Windows color (decimal): -5028066 or 1984435. OLE color: 1984435.

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

Color convert

RGB 179 71 30 -
CMYK 0 0.60 0.83 0.30
HSL 16.51º 0.71% 0.41% -
HSV(B) 16.51º 0.83% 0.7% -
XYZ 21.08 14.18 2.86 -
YUV 98.62 89.28 185.33 -
System Red Green Blue C M Y K H S L
Decimal 179 71 30 0 0.60 0.83 0.30 16.51 0.71 0.41
Hex B3 47 1E 0 3C 53 1E 11 47 29
Octal 263 107 36 0 74 123 36 21 107 51
Binary 10110011 1000111 11110 0 111100 1010011 11110 10001 1000111 101001

Color Harmonies of #B3471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3471E

Black with #B3471E

Text Example


Text Example

White with #B3471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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