Html Css Color HEX #B4401A Rust

📋 copy color: '#B4401A'

red 180 ◦ green 64 ◦ blue 26

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

Shades of Rust #B4401A

Tints of Rust #B4401A

RGB

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

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

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

R = 66.67%
G = 23.7%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B4401A (or 0xB4401A) is known color: Rust. HEX triplet: B4, 40 and 1A. RGB value is (180,64,26). Sum of RGB (Red+Green+Blue) = 180+64+26=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B4401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4401A is #4BBFE5. Grayscale: #5E5E5E. Windows color (decimal): -4964326 or 1720500. OLE color: 1720500.

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

Color convert

RGB 180 64 26 -
CMYK 0 0.64 0.86 0.29
HSL 14.81º 0.75% 0.4% -
HSV(B) 14.81º 0.86% 0.71% -
XYZ 20.84 13.44 2.47 -
YUV 94.35 89.43 189.09 -
System Red Green Blue C M Y K H S L
Decimal 180 64 26 0 0.64 0.86 0.29 14.81 0.75 0.4
Hex B4 40 1A 0 40 56 1D F 4B 28
Octal 264 100 32 0 100 126 35 17 113 50
Binary 10110100 1000000 11010 0 1000000 1010110 11101 1111 1001011 101000

Color Harmonies of #B4401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4401A

Black with #B4401A

Text Example


Text Example

White with #B4401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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