Html Css Color HEX #B3471D Rust

📋 copy color: '#B3471D'

red 179 ◦ green 71 ◦ blue 29

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

Shades of Rust #B3471D

Tints of Rust #B3471D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.39%

R = 64.16%
G = 25.45%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3471D (or 0xB3471D) is known color: Rust. HEX triplet: B3, 47 and 1D. RGB value is (179,71,29). Sum of RGB (Red+Green+Blue) = 179+71+29=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B3471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3471D is #4CB8E2. Grayscale: #626262. Windows color (decimal): -5028067 or 1918899. OLE color: 1918899.

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

Color convert

RGB 179 71 29 -
CMYK 0 0.60 0.84 0.30
HSL 16.8º 0.72% 0.41% -
HSV(B) 16.8º 0.84% 0.7% -
XYZ 21.07 14.18 2.79 -
YUV 98.5 88.78 185.42 -
System Red Green Blue C M Y K H S L
Decimal 179 71 29 0 0.60 0.84 0.30 16.8 0.72 0.41
Hex B3 47 1D 0 3C 54 1E 11 48 29
Octal 263 107 35 0 74 124 36 21 110 51
Binary 10110011 1000111 11101 0 111100 1010100 11110 10001 1001000 101001

Color Harmonies of #B3471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3471D

Black with #B3471D

Text Example


Text Example

White with #B3471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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