Html Css Color HEX #B0440F Rust

📋 copy color: '#B0440F'

red 176 ◦ green 68 ◦ blue 15

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

Shades of Rust #B0440F

Tints of Rust #B0440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

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

R = 67.95%
G = 26.25%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B0440F (or 0xB0440F) is known color: Rust. HEX triplet: B0, 44 and 0F. RGB value is (176,68,15). Sum of RGB (Red+Green+Blue) = 176+68+15=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B0440F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0440F is #4FBBF0. Grayscale: #5E5E5E. Windows color (decimal): -5225457 or 1000624. OLE color: 1000624.

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

Color convert

RGB 176 68 15 -
CMYK 0 0.61 0.91 0.31
HSL 19.75º 0.84% 0.37% -
HSV(B) 19.75º 0.91% 0.69% -
XYZ 20.06 13.4 1.98 -
YUV 94.25 83.28 186.31 -
System Red Green Blue C M Y K H S L
Decimal 176 68 15 0 0.61 0.91 0.31 19.75 0.84 0.37
Hex B0 44 F 0 3D 5B 1F 14 54 25
Octal 260 104 17 0 75 133 37 24 124 45
Binary 10110000 1000100 1111 0 111101 1011011 11111 10100 1010100 100101

Color Harmonies of #B0440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0440F

Black with #B0440F

Text Example


Text Example

White with #B0440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0440F; }

 p { color: rgb(176,68,15); }

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

background-color css

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

 a { background-color: rgb(176,68,15); }

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

border-color css

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

 span { border-color: rgb(176,68,15); }

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