Html Css Color HEX #B1410B Rust

📋 copy color: '#B1410B'

red 177 ◦ green 65 ◦ blue 11

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

Shades of Rust #B1410B

Tints of Rust #B1410B

RGB

 RED value IS 177 (69.53% from 255) = 69.96%

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

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

R = 69.96%
G = 25.69%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B1410B (or 0xB1410B) is known color: Rust. HEX triplet: B1, 41 and 0B. RGB value is (177,65,11). Sum of RGB (Red+Green+Blue) = 177+65+11=253 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.96% from 253); Green value is 65 (25.78% from 255 or 25.69% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 177 - color contains mainly: red. Hex color #B1410B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1410B is #4EBEF4. Grayscale: #5C5C5C. Windows color (decimal): -5160693 or 737713. OLE color: 737713.

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

Color convert

RGB 177 65 11 -
CMYK 0 0.63 0.94 0.31
HSL 19.52º 0.88% 0.37% -
HSV(B) 19.52º 0.94% 0.69% -
XYZ 20.08 13.15 1.8 -
YUV 92.33 82.11 188.39 -
System Red Green Blue C M Y K H S L
Decimal 177 65 11 0 0.63 0.94 0.31 19.52 0.88 0.37
Hex B1 41 B 0 3F 5E 1F 14 58 25
Octal 261 101 13 0 77 136 37 24 130 45
Binary 10110001 1000001 1011 0 111111 1011110 11111 10100 1011000 100101

Color Harmonies of #B1410B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1410B

Black with #B1410B

Text Example


Text Example

White with #B1410B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1410B; }

 p { color: rgb(177,65,11); }

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

background-color css

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

 a { background-color: rgb(177,65,11); }

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

border-color css

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

 span { border-color: rgb(177,65,11); }

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