Html Css Color HEX #B1441D Rust

📋 copy color: '#B1441D'

red 177 ◦ green 68 ◦ blue 29

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

Shades of Rust #B1441D

Tints of Rust #B1441D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.58%

R = 64.6%
G = 24.82%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1441D (or 0xB1441D) is known color: Rust. HEX triplet: B1, 44 and 1D. RGB value is (177,68,29). Sum of RGB (Red+Green+Blue) = 177+68+29=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B1441D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1441D is #4EBBE2. Grayscale: #606060. Windows color (decimal): -5159907 or 1918129. OLE color: 1918129.

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

Color convert

RGB 177 68 29 -
CMYK 0 0.62 0.84 0.31
HSL 15.81º 0.72% 0.4% -
HSV(B) 15.81º 0.84% 0.69% -
XYZ 20.42 13.57 2.71 -
YUV 96.15 90.11 185.67 -
System Red Green Blue C M Y K H S L
Decimal 177 68 29 0 0.62 0.84 0.31 15.81 0.72 0.4
Hex B1 44 1D 0 3E 54 1F 10 48 28
Octal 261 104 35 0 76 124 37 20 110 50
Binary 10110001 1000100 11101 0 111110 1010100 11111 10000 1001000 101000

Color Harmonies of #B1441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1441D

Black with #B1441D

Text Example


Text Example

White with #B1441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1441D; }

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

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

background-color css

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

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

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

border-color css

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

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

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