Html Css Color HEX #B0411B Rust

📋 copy color: '#B0411B'

red 176 ◦ green 65 ◦ blue 27

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

Shades of Rust #B0411B

Tints of Rust #B0411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.07%

R = 65.67%
G = 24.25%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0411B (or 0xB0411B) is known color: Rust. HEX triplet: B0, 41 and 1B. RGB value is (176,65,27). Sum of RGB (Red+Green+Blue) = 176+65+27=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 65 (25.78% from 255 or 24.25% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B0411B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0411B is #4FBEE4. Grayscale: #5E5E5E. Windows color (decimal): -5226213 or 1786288. OLE color: 1786288.

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

Color convert

RGB 176 65 27 -
CMYK 0 0.63 0.85 0.31
HSL 15.3º 0.73% 0.4% -
HSV(B) 15.3º 0.85% 0.69% -
XYZ 19.99 13.09 2.51 -
YUV 93.86 90.27 186.59 -
System Red Green Blue C M Y K H S L
Decimal 176 65 27 0 0.63 0.85 0.31 15.3 0.73 0.4
Hex B0 41 1B 0 3F 55 1F F 49 28
Octal 260 101 33 0 77 125 37 17 111 50
Binary 10110000 1000001 11011 0 111111 1010101 11111 1111 1001001 101000

Color Harmonies of #B0411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0411B

Black with #B0411B

Text Example


Text Example

White with #B0411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0411B; }

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

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

background-color css

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

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

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

border-color css

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

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

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