Html Css Color HEX #B0411C Rust

📋 copy color: '#B0411C'

red 176 ◦ green 65 ◦ blue 28

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

Shades of Rust #B0411C

Tints of Rust #B0411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.16%

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

R = 65.43%
G = 24.16%
B = 10.41%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0411C (or 0xB0411C) is known color: Rust. HEX triplet: B0, 41 and 1C. RGB value is (176,65,28). Sum of RGB (Red+Green+Blue) = 176+65+28=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B0411C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0411C is #4FBEE3. Grayscale: #5E5E5E. Windows color (decimal): -5226212 or 1851824. OLE color: 1851824.

HSL color Cylindrical-coordinate representation of color #B0411C: hue angle of 15º 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 #B0411C is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 65 28 -
CMYK 0 0.63 0.84 0.31
HSL 15º 0.73% 0.4% -
HSV(B) 15º 0.84% 0.69% -
XYZ 20 13.09 2.57 -
YUV 93.97 90.77 186.51 -
System Red Green Blue C M Y K H S L
Decimal 176 65 28 0 0.63 0.84 0.31 15 0.73 0.4
Hex B0 41 1C 0 3F 54 1F F 49 28
Octal 260 101 34 0 77 124 37 17 111 50
Binary 10110000 1000001 11100 0 111111 1010100 11111 1111 1001001 101000

Color Harmonies of #B0411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0411C

Black with #B0411C

Text Example


Text Example

White with #B0411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0411C; }

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

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

background-color css

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

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

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

border-color css

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

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

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