Html Css Color HEX #B4401C Rust

📋 copy color: '#B4401C'

red 180 ◦ green 64 ◦ blue 28

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

Shades of Rust #B4401C

Tints of Rust #B4401C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.53%

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

R = 66.18%
G = 23.53%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B4401C (or 0xB4401C) is known color: Rust. HEX triplet: B4, 40 and 1C. RGB value is (180,64,28). Sum of RGB (Red+Green+Blue) = 180+64+28=272 (36% of max value = 765). Red value is 180 (70.70% from 255 or 66.18% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 180 - color contains mainly: red. Hex color #B4401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4401C is #4BBFE3. Grayscale: #5E5E5E. Windows color (decimal): -4964324 or 1851572. OLE color: 1851572.

HSL color Cylindrical-coordinate representation of color #B4401C: hue angle of 14.21º 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 #B4401C is Cyan = 0, Magento = 0.64, Yellow = 0.84 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 64 28 -
CMYK 0 0.64 0.84 0.29
HSL 14.21º 0.73% 0.41% -
HSV(B) 14.21º 0.84% 0.71% -
XYZ 20.87 13.45 2.6 -
YUV 94.58 90.43 188.93 -
System Red Green Blue C M Y K H S L
Decimal 180 64 28 0 0.64 0.84 0.29 14.21 0.73 0.41
Hex B4 40 1C 0 40 54 1D E 49 29
Octal 264 100 34 0 100 124 35 16 111 51
Binary 10110100 1000000 11100 0 1000000 1010100 11101 1110 1001001 101001

Color Harmonies of #B4401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4401C

Black with #B4401C

Text Example


Text Example

White with #B4401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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