Html Css Color HEX #B0400E Rust

📋 copy color: '#B0400E'

red 176 ◦ green 64 ◦ blue 14

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

Shades of Rust #B0400E

Tints of Rust #B0400E

RGB

 RED value IS 176 (69.14% from 255) = 69.29%

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

 BLUE value IS 14 (5.86% from 255) = 5.51%

R = 69.29%
G = 25.2%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B0400E (or 0xB0400E) is known color: Rust. HEX triplet: B0, 40 and 0E. RGB value is (176,64,14). Sum of RGB (Red+Green+Blue) = 176+64+14=254 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.29% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 176 - color contains mainly: red. Hex color #B0400E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0400E is #4FBFF1. Grayscale: #5C5C5C. Windows color (decimal): -5226482 or 934064. OLE color: 934064.

HSL color Cylindrical-coordinate representation of color #B0400E: hue angle of 18.52º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0400E is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 64 14 -
CMYK 0 0.64 0.92 0.31
HSL 18.52º 0.85% 0.37% -
HSV(B) 18.52º 0.92% 0.69% -
XYZ 19.82 12.93 1.87 -
YUV 91.79 84.11 188.07 -
System Red Green Blue C M Y K H S L
Decimal 176 64 14 0 0.64 0.92 0.31 18.52 0.85 0.37
Hex B0 40 E 0 40 5C 1F 13 55 25
Octal 260 100 16 0 100 134 37 23 125 45
Binary 10110000 1000000 1110 0 1000000 1011100 11111 10011 1010101 100101

Color Harmonies of #B0400E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0400E

Black with #B0400E

Text Example


Text Example

White with #B0400E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0400E; }

 p { color: rgb(176,64,14); }

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

background-color css

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

 a { background-color: rgb(176,64,14); }

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

border-color css

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

 span { border-color: rgb(176,64,14); }

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