Html Css Color HEX #B0441C Rust

📋 copy color: '#B0441C'

red 176 ◦ green 68 ◦ blue 28

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

Shades of Rust #B0441C

Tints of Rust #B0441C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.29%

R = 64.71%
G = 25%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0441C (or 0xB0441C) is known color: Rust. HEX triplet: B0, 44 and 1C. RGB value is (176,68,28). Sum of RGB (Red+Green+Blue) = 176+68+28=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B0441C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0441C is #4FBBE3. Grayscale: #5F5F5F. Windows color (decimal): -5225444 or 1852592. OLE color: 1852592.

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

Color convert

RGB 176 68 28 -
CMYK 0 0.61 0.84 0.31
HSL 16.22º 0.73% 0.4% -
HSV(B) 16.22º 0.84% 0.69% -
XYZ 20.18 13.45 2.63 -
YUV 95.73 89.78 185.25 -
System Red Green Blue C M Y K H S L
Decimal 176 68 28 0 0.61 0.84 0.31 16.22 0.73 0.4
Hex B0 44 1C 0 3D 54 1F 10 49 28
Octal 260 104 34 0 75 124 37 20 111 50
Binary 10110000 1000100 11100 0 111101 1010100 11111 10000 1001001 101000

Color Harmonies of #B0441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0441C

Black with #B0441C

Text Example


Text Example

White with #B0441C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0441C; }

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

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

background-color css

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

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

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

border-color css

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

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

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