Html Css Color HEX #B4470F Rust

📋 copy color: '#B4470F'

red 180 ◦ green 71 ◦ blue 15

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

Shades of Rust #B4470F

Tints of Rust #B4470F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.64%

R = 67.67%
G = 26.69%
B = 5.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B4470F (or 0xB4470F) is known color: Rust. HEX triplet: B4, 47 and 0F. RGB value is (180,71,15). Sum of RGB (Red+Green+Blue) = 180+71+15=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 71 (28.12% from 255 or 26.69% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B4470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4470F is #4BB8F0. Grayscale: #616161. Windows color (decimal): -4962545 or 1001396. OLE color: 1001396.

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

Color convert

RGB 180 71 15 -
CMYK 0 0.61 0.92 0.29
HSL 20.36º 0.85% 0.38% -
HSV(B) 20.36º 0.92% 0.71% -
XYZ 21.16 14.24 2.09 -
YUV 97.21 81.61 187.05 -
System Red Green Blue C M Y K H S L
Decimal 180 71 15 0 0.61 0.92 0.29 20.36 0.85 0.38
Hex B4 47 F 0 3D 5C 1D 14 55 26
Octal 264 107 17 0 75 134 35 24 125 46
Binary 10110100 1000111 1111 0 111101 1011100 11101 10100 1010101 100110

Color Harmonies of #B4470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4470F

Black with #B4470F

Text Example


Text Example

White with #B4470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4470F; }

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

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

background-color css

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

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

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

border-color css

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

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

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