Html Css Color HEX #B0440B Rust

📋 copy color: '#B0440B'

red 176 ◦ green 68 ◦ blue 11

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

Shades of Rust #B0440B

Tints of Rust #B0440B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.31%

R = 69.02%
G = 26.67%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B0440B (or 0xB0440B) is known color: Rust. HEX triplet: B0, 44 and 0B. RGB value is (176,68,11). Sum of RGB (Red+Green+Blue) = 176+68+11=255 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.02% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 176 - color contains mainly: red. Hex color #B0440B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B0440B is #4FBBF4. Grayscale: #5E5E5E. Windows color (decimal): -5225461 or 738480. OLE color: 738480.

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

Color convert

RGB 176 68 11 -
CMYK 0 0.61 0.94 0.31
HSL 20.73º 0.88% 0.37% -
HSV(B) 20.73º 0.94% 0.69% -
XYZ 20.03 13.39 1.85 -
YUV 93.79 81.28 186.63 -
System Red Green Blue C M Y K H S L
Decimal 176 68 11 0 0.61 0.94 0.31 20.73 0.88 0.37
Hex B0 44 B 0 3D 5E 1F 15 58 25
Octal 260 104 13 0 75 136 37 25 130 45
Binary 10110000 1000100 1011 0 111101 1011110 11111 10101 1011000 100101

Color Harmonies of #B0440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0440B

Black with #B0440B

Text Example


Text Example

White with #B0440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0440B; }

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

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

background-color css

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

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

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

border-color css

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

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

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