Html Css Color HEX #B1351B Rust

📋 copy color: '#B1351B'

red 177 ◦ green 53 ◦ blue 27

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

Shades of Rust #B1351B

Tints of Rust #B1351B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.62%

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

R = 68.87%
G = 20.62%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1351B (or 0xB1351B) is known color: Rust. HEX triplet: B1, 35 and 1B. RGB value is (177,53,27). Sum of RGB (Red+Green+Blue) = 177+53+27=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B1351B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1351B is #4ECAE4. Grayscale: #575757. Windows color (decimal): -5163749 or 1783217. OLE color: 1783217.

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

Color convert

RGB 177 53 27 -
CMYK 0 0.70 0.85 0.31
HSL 10.4º 0.74% 0.4% -
HSV(B) 10.4º 0.85% 0.69% -
XYZ 19.6 11.97 2.31 -
YUV 87.11 94.08 192.11 -
System Red Green Blue C M Y K H S L
Decimal 177 53 27 0 0.70 0.85 0.31 10.4 0.74 0.4
Hex B1 35 1B 0 46 55 1F A 4A 28
Octal 261 65 33 0 106 125 37 12 112 50
Binary 10110001 110101 11011 0 1000110 1010101 11111 1010 1001010 101000

Color Harmonies of #B1351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1351B

Black with #B1351B

Text Example


Text Example

White with #B1351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1351B; }

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

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

background-color css

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

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

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

border-color css

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

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

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