Html Css Color HEX #B1451D Rust

📋 copy color: '#B1451D'

red 177 ◦ green 69 ◦ blue 29

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

Shades of Rust #B1451D

Tints of Rust #B1451D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.09%

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

R = 64.36%
G = 25.09%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1451D (or 0xB1451D) is known color: Rust. HEX triplet: B1, 45 and 1D. RGB value is (177,69,29). Sum of RGB (Red+Green+Blue) = 177+69+29=275 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.36% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 177 - color contains mainly: red. Hex color #B1451D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1451D is #4EBAE2. Grayscale: #616161. Windows color (decimal): -5159651 or 1918385. OLE color: 1918385.

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

Color convert

RGB 177 69 29 -
CMYK 0 0.61 0.84 0.31
HSL 16.22º 0.72% 0.4% -
HSV(B) 16.22º 0.84% 0.69% -
XYZ 20.48 13.69 2.73 -
YUV 96.73 89.78 185.25 -
System Red Green Blue C M Y K H S L
Decimal 177 69 29 0 0.61 0.84 0.31 16.22 0.72 0.4
Hex B1 45 1D 0 3D 54 1F 10 48 28
Octal 261 105 35 0 75 124 37 20 110 50
Binary 10110001 1000101 11101 0 111101 1010100 11111 10000 1001000 101000

Color Harmonies of #B1451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1451D

Black with #B1451D

Text Example


Text Example

White with #B1451D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1451D; }

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

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

background-color css

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

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

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

border-color css

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

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

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