Html Css Color HEX #B1340F Rust

📋 copy color: '#B1340F'

red 177 ◦ green 52 ◦ blue 15

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

Shades of Rust #B1340F

Tints of Rust #B1340F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.15%

R = 72.54%
G = 21.31%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1340F (or 0xB1340F) is known color: Rust. HEX triplet: B1, 34 and 0F. RGB value is (177,52,15). Sum of RGB (Red+Green+Blue) = 177+52+15=244 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.54% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 177 - color contains mainly: red. Hex color #B1340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1340F is #4ECBF0. Grayscale: #555555. Windows color (decimal): -5164017 or 996529. OLE color: 996529.

HSL color Cylindrical-coordinate representation of color #B1340F: hue angle of 13.7º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B1340F is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 52 15 -
CMYK 0 0.71 0.92 0.31
HSL 13.7º 0.84% 0.38% -
HSV(B) 13.7º 0.92% 0.69% -
XYZ 19.45 11.84 1.71 -
YUV 85.16 88.41 193.51 -
System Red Green Blue C M Y K H S L
Decimal 177 52 15 0 0.71 0.92 0.31 13.7 0.84 0.38
Hex B1 34 F 0 47 5C 1F E 54 26
Octal 261 64 17 0 107 134 37 16 124 46
Binary 10110001 110100 1111 0 1000111 1011100 11111 1110 1010100 100110

Color Harmonies of #B1340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1340F

Black with #B1340F

Text Example


Text Example

White with #B1340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1340F; }

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

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

background-color css

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

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

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

border-color css

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

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

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