Html Css Color HEX #B3471C Rust

📋 copy color: '#B3471C'

red 179 ◦ green 71 ◦ blue 28

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

Shades of Rust #B3471C

Tints of Rust #B3471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.07%

R = 64.39%
G = 25.54%
B = 10.07%

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

#B3471C (or 0xB3471C) is known color: Rust. HEX triplet: B3, 47 and 1C. RGB value is (179,71,28). Sum of RGB (Red+Green+Blue) = 179+71+28=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B3471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3471C is #4CB8E3. Grayscale: #626262. Windows color (decimal): -5028068 or 1853363. OLE color: 1853363.

HSL color Cylindrical-coordinate representation of color #B3471C: hue angle of 17.09º degrees, saturation: 0.73, 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 #B3471C is Cyan = 0, Magento = 0.60, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 71 28 -
CMYK 0 0.60 0.84 0.30
HSL 17.09º 0.73% 0.41% -
HSV(B) 17.09º 0.84% 0.7% -
XYZ 21.05 14.17 2.72 -
YUV 98.39 88.28 185.5 -
System Red Green Blue C M Y K H S L
Decimal 179 71 28 0 0.60 0.84 0.30 17.09 0.73 0.41
Hex B3 47 1C 0 3C 54 1E 11 49 29
Octal 263 107 34 0 74 124 36 21 111 51
Binary 10110011 1000111 11100 0 111100 1010100 11110 10001 1001001 101001

Color Harmonies of #B3471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3471C

Black with #B3471C

Text Example


Text Example

White with #B3471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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