Html Css Color HEX #B0400A Rust

📋 copy color: '#B0400A'

red 176 ◦ green 64 ◦ blue 10

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

Shades of Rust #B0400A

Tints of Rust #B0400A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4%

R = 70.4%
G = 25.6%
B = 4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0400A (or 0xB0400A) is known color: Rust. HEX triplet: B0, 40 and 0A. RGB value is (176,64,10). Sum of RGB (Red+Green+Blue) = 176+64+10=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B0400A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0400A is #4FBFF5. Grayscale: #5B5B5B. Windows color (decimal): -5226486 or 671920. OLE color: 671920.

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

Color convert

RGB 176 64 10 -
CMYK 0 0.64 0.94 0.31
HSL 19.52º 0.89% 0.36% -
HSV(B) 19.52º 0.94% 0.69% -
XYZ 19.79 12.92 1.74 -
YUV 91.33 82.11 188.39 -
System Red Green Blue C M Y K H S L
Decimal 176 64 10 0 0.64 0.94 0.31 19.52 0.89 0.36
Hex B0 40 A 0 40 5E 1F 14 59 24
Octal 260 100 12 0 100 136 37 24 131 44
Binary 10110000 1000000 1010 0 1000000 1011110 11111 10100 1011001 100100

Color Harmonies of #B0400A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0400A

Black with #B0400A

Text Example


Text Example

White with #B0400A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0400A; }

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

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

background-color css

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

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

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

border-color css

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

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

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