Html Css Color HEX #B4401E Rust

📋 copy color: '#B4401E'

red 180 ◦ green 64 ◦ blue 30

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

Shades of Rust #B4401E

Tints of Rust #B4401E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.95%

R = 65.69%
G = 23.36%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.29

RGB Variations

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

Color information

#B4401E (or 0xB4401E) is known color: Rust. HEX triplet: B4, 40 and 1E. RGB value is (180,64,30). Sum of RGB (Red+Green+Blue) = 180+64+30=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B4401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4401E is #4BBFE1. Grayscale: #5F5F5F. Windows color (decimal): -4964322 or 1982644. OLE color: 1982644.

HSL color Cylindrical-coordinate representation of color #B4401E: hue angle of 13.6º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B4401E is Cyan = 0, Magento = 0.64, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 64 30 -
CMYK 0 0.64 0.83 0.29
HSL 13.6º 0.71% 0.41% -
HSV(B) 13.6º 0.83% 0.71% -
XYZ 20.89 13.46 2.73 -
YUV 94.81 91.43 188.76 -
System Red Green Blue C M Y K H S L
Decimal 180 64 30 0 0.64 0.83 0.29 13.6 0.71 0.41
Hex B4 40 1E 0 40 53 1D E 47 29
Octal 264 100 36 0 100 123 35 16 107 51
Binary 10110100 1000000 11110 0 1000000 1010011 11101 1110 1000111 101001

Color Harmonies of #B4401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4401E

Black with #B4401E

Text Example


Text Example

White with #B4401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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