Html Css Color HEX #B0441A Rust

📋 copy color: '#B0441A'

red 176 ◦ green 68 ◦ blue 26

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

Shades of Rust #B0441A

Tints of Rust #B0441A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.63%

R = 65.19%
G = 25.19%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0441A (or 0xB0441A) is known color: Rust. HEX triplet: B0, 44 and 1A. RGB value is (176,68,26). Sum of RGB (Red+Green+Blue) = 176+68+26=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B0441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0441A is #4FBBE5. Grayscale: #5F5F5F. Windows color (decimal): -5225446 or 1721520. OLE color: 1721520.

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

Color convert

RGB 176 68 26 -
CMYK 0 0.61 0.85 0.31
HSL 16.8º 0.74% 0.4% -
HSV(B) 16.8º 0.85% 0.69% -
XYZ 20.16 13.44 2.51 -
YUV 95.5 88.78 185.42 -
System Red Green Blue C M Y K H S L
Decimal 176 68 26 0 0.61 0.85 0.31 16.8 0.74 0.4
Hex B0 44 1A 0 3D 55 1F 11 4A 28
Octal 260 104 32 0 75 125 37 21 112 50
Binary 10110000 1000100 11010 0 111101 1010101 11111 10001 1001010 101000

Color Harmonies of #B0441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0441A

Black with #B0441A

Text Example


Text Example

White with #B0441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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