Html Css Color HEX #B4471A Rust

📋 copy color: '#B4471A'

red 180 ◦ green 71 ◦ blue 26

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

Shades of Rust #B4471A

Tints of Rust #B4471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.39%

R = 64.98%
G = 25.63%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B4471A (or 0xB4471A) is known color: Rust. HEX triplet: B4, 47 and 1A. RGB value is (180,71,26). Sum of RGB (Red+Green+Blue) = 180+71+26=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 71 (28.12% from 255 or 25.63% from 277); Blue value is 26 (10.55% from 255 or 9.39% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B4471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4471A is #4BB8E5. Grayscale: #626262. Windows color (decimal): -4962534 or 1722292. OLE color: 1722292.

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

Color convert

RGB 180 71 26 -
CMYK 0 0.61 0.86 0.29
HSL 17.53º 0.75% 0.4% -
HSV(B) 17.53º 0.86% 0.71% -
XYZ 21.26 14.28 2.61 -
YUV 98.46 87.11 186.16 -
System Red Green Blue C M Y K H S L
Decimal 180 71 26 0 0.61 0.86 0.29 17.53 0.75 0.4
Hex B4 47 1A 0 3D 56 1D 12 4B 28
Octal 264 107 32 0 75 126 35 22 113 50
Binary 10110100 1000111 11010 0 111101 1010110 11101 10010 1001011 101000

Color Harmonies of #B4471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4471A

Black with #B4471A

Text Example


Text Example

White with #B4471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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