Html Css Color HEX #B4470A Rust

📋 copy color: '#B4470A'

red 180 ◦ green 71 ◦ blue 10

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

Shades of Rust #B4470A

Tints of Rust #B4470A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.83%

R = 68.97%
G = 27.2%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B4470A (or 0xB4470A) is known color: Rust. HEX triplet: B4, 47 and 0A. RGB value is (180,71,10). Sum of RGB (Red+Green+Blue) = 180+71+10=261 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.97% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 180 - color contains mainly: red. Hex color #B4470A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4470A is #4BB8F5. Grayscale: #606060. Windows color (decimal): -4962550 or 673716. OLE color: 673716.

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

Color convert

RGB 180 71 10 -
CMYK 0 0.61 0.94 0.29
HSL 21.53º 0.89% 0.37% -
HSV(B) 21.53º 0.94% 0.71% -
XYZ 21.13 14.23 1.92 -
YUV 96.64 79.11 187.46 -
System Red Green Blue C M Y K H S L
Decimal 180 71 10 0 0.61 0.94 0.29 21.53 0.89 0.37
Hex B4 47 A 0 3D 5E 1D 16 59 25
Octal 264 107 12 0 75 136 35 26 131 45
Binary 10110100 1000111 1010 0 111101 1011110 11101 10110 1011001 100101

Color Harmonies of #B4470A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4470A

Black with #B4470A

Text Example


Text Example

White with #B4470A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4470A; }

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

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

background-color css

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

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

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

border-color css

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

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

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