Html Css Color HEX #B4471C Rust

📋 copy color: '#B4471C'

red 180 ◦ green 71 ◦ blue 28

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

Shades of Rust #B4471C

Tints of Rust #B4471C

RGB

 RED value IS 180 (70.7% from 255) = 64.52%

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

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

R = 64.52%
G = 25.45%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4471C (or 0xB4471C) is known color: Rust. HEX triplet: B4, 47 and 1C. RGB value is (180,71,28). Sum of RGB (Red+Green+Blue) = 180+71+28=279 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.52% from 279); Green value is 71 (28.12% from 255 or 25.45% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 180 - color contains mainly: red. Hex color #B4471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4471C is #4BB8E3. Grayscale: #626262. Windows color (decimal): -4962532 or 1853364. OLE color: 1853364.

HSL color Cylindrical-coordinate representation of color #B4471C: hue angle of 16.97º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B4471C is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 71 28 -
CMYK 0 0.61 0.84 0.29
HSL 16.97º 0.73% 0.41% -
HSV(B) 16.97º 0.84% 0.71% -
XYZ 21.29 14.29 2.74 -
YUV 98.69 88.11 186 -
System Red Green Blue C M Y K H S L
Decimal 180 71 28 0 0.61 0.84 0.29 16.97 0.73 0.41
Hex B4 47 1C 0 3D 54 1D 11 49 29
Octal 264 107 34 0 75 124 35 21 111 51
Binary 10110100 1000111 11100 0 111101 1010100 11101 10001 1001001 101001

Color Harmonies of #B4471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4471C

Black with #B4471C

Text Example


Text Example

White with #B4471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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