Html Css Color HEX #B0401F Rust

📋 copy color: '#B0401F'

red 176 ◦ green 64 ◦ blue 31

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

Shades of Rust #B0401F

Tints of Rust #B0401F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.44%

R = 64.94%
G = 23.62%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B0401F (or 0xB0401F) is known color: Rust. HEX triplet: B0, 40 and 1F. RGB value is (176,64,31). Sum of RGB (Red+Green+Blue) = 176+64+31=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B0401F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0401F is #4FBFE0. Grayscale: #5D5D5D. Windows color (decimal): -5226465 or 2048176. OLE color: 2048176.

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

Color convert

RGB 176 64 31 -
CMYK 0 0.64 0.82 0.31
HSL 13.66º 0.7% 0.41% -
HSV(B) 13.66º 0.82% 0.69% -
XYZ 19.99 13 2.75 -
YUV 93.73 92.61 186.68 -
System Red Green Blue C M Y K H S L
Decimal 176 64 31 0 0.64 0.82 0.31 13.66 0.7 0.41
Hex B0 40 1F 0 40 52 1F E 46 29
Octal 260 100 37 0 100 122 37 16 106 51
Binary 10110000 1000000 11111 0 1000000 1010010 11111 1110 1000110 101001

Color Harmonies of #B0401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0401F

Black with #B0401F

Text Example


Text Example

White with #B0401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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