Html Css Color HEX #B1441B Rust

📋 copy color: '#B1441B'

red 177 ◦ green 68 ◦ blue 27

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

Shades of Rust #B1441B

Tints of Rust #B1441B

RGB

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

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

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

R = 65.07%
G = 25%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1441B (or 0xB1441B) is known color: Rust. HEX triplet: B1, 44 and 1B. RGB value is (177,68,27). Sum of RGB (Red+Green+Blue) = 177+68+27=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 68 (26.95% from 255 or 25% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B1441B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1441B is #4EBBE4. Grayscale: #606060. Windows color (decimal): -5159909 or 1787057. OLE color: 1787057.

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

Color convert

RGB 177 68 27 -
CMYK 0 0.62 0.85 0.31
HSL 16.4º 0.74% 0.4% -
HSV(B) 16.4º 0.85% 0.69% -
XYZ 20.4 13.56 2.58 -
YUV 95.92 89.11 185.83 -
System Red Green Blue C M Y K H S L
Decimal 177 68 27 0 0.62 0.85 0.31 16.4 0.74 0.4
Hex B1 44 1B 0 3E 55 1F 10 4A 28
Octal 261 104 33 0 76 125 37 20 112 50
Binary 10110001 1000100 11011 0 111110 1010101 11111 10000 1001010 101000

Color Harmonies of #B1441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1441B

Black with #B1441B

Text Example


Text Example

White with #B1441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1441B; }

 p { color: rgb(177,68,27); }

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

background-color css

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

 a { background-color: rgb(177,68,27); }

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

border-color css

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

 span { border-color: rgb(177,68,27); }

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