Html Css Color HEX #B1341C Rust

📋 copy color: '#B1341C'

red 177 ◦ green 52 ◦ blue 28

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

Shades of Rust #B1341C

Tints of Rust #B1341C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.23%

 BLUE value IS 28 (11.33% from 255) = 10.89%

R = 68.87%
G = 20.23%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1341C (or 0xB1341C) is known color: Rust. HEX triplet: B1, 34 and 1C. RGB value is (177,52,28). Sum of RGB (Red+Green+Blue) = 177+52+28=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 52 (20.70% from 255 or 20.23% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B1341C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1341C is #4ECBE3. Grayscale: #565656. Windows color (decimal): -5164004 or 1848497. OLE color: 1848497.

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

Color convert

RGB 177 52 28 -
CMYK 0 0.71 0.84 0.31
HSL 9.66º 0.73% 0.4% -
HSV(B) 9.66º 0.84% 0.69% -
XYZ 19.57 11.89 2.36 -
YUV 86.64 94.91 192.45 -
System Red Green Blue C M Y K H S L
Decimal 177 52 28 0 0.71 0.84 0.31 9.66 0.73 0.4
Hex B1 34 1C 0 47 54 1F A 49 28
Octal 261 64 34 0 107 124 37 12 111 50
Binary 10110001 110100 11100 0 1000111 1010100 11111 1010 1001001 101000

Color Harmonies of #B1341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1341C

Black with #B1341C

Text Example


Text Example

White with #B1341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1341C; }

 p { color: rgb(177,52,28); }

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

background-color css

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

 a { background-color: rgb(177,52,28); }

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

border-color css

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

 span { border-color: rgb(177,52,28); }

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