Html Css Color HEX #B4400F Rust

📋 copy color: '#B4400F'

red 180 ◦ green 64 ◦ blue 15

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

Shades of Rust #B4400F

Tints of Rust #B4400F

RGB

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

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

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

R = 69.5%
G = 24.71%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.29

RGB Variations

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

Color information

#B4400F (or 0xB4400F) is known color: Rust. HEX triplet: B4, 40 and 0F. RGB value is (180,64,15). Sum of RGB (Red+Green+Blue) = 180+64+15=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B4400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B4400F is #4BBFF0. Grayscale: #5D5D5D. Windows color (decimal): -4964337 or 999604. OLE color: 999604.

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

Color convert

RGB 180 64 15 -
CMYK 0 0.64 0.92 0.29
HSL 17.82º 0.85% 0.38% -
HSV(B) 17.82º 0.92% 0.71% -
XYZ 20.74 13.4 1.95 -
YUV 93.1 83.93 189.98 -
System Red Green Blue C M Y K H S L
Decimal 180 64 15 0 0.64 0.92 0.29 17.82 0.85 0.38
Hex B4 40 F 0 40 5C 1D 12 55 26
Octal 264 100 17 0 100 134 35 22 125 46
Binary 10110100 1000000 1111 0 1000000 1011100 11101 10010 1010101 100110

Color Harmonies of #B4400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4400F

Black with #B4400F

Text Example


Text Example

White with #B4400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4400F; }

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

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

background-color css

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

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

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

border-color css

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

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

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