Html Css Color HEX #B1381F Rust

📋 copy color: '#B1381F'

red 177 ◦ green 56 ◦ blue 31

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

Shades of Rust #B1381F

Tints of Rust #B1381F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.21%

 BLUE value IS 31 (12.5% from 255) = 11.74%

R = 67.05%
G = 21.21%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B1381F (or 0xB1381F) is known color: Rust. HEX triplet: B1, 38 and 1F. RGB value is (177,56,31). Sum of RGB (Red+Green+Blue) = 177+56+31=264 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.05% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 177 - color contains mainly: red. Hex color #B1381F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1381F is #4EC7E0. Grayscale: #595959. Windows color (decimal): -5162977 or 2046129. OLE color: 2046129.

HSL color Cylindrical-coordinate representation of color #B1381F: hue angle of 10.27º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1381F is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 56 31 -
CMYK 0 0.68 0.82 0.31
HSL 10.27º 0.7% 0.41% -
HSV(B) 10.27º 0.82% 0.69% -
XYZ 19.79 12.27 2.62 -
YUV 89.33 95.09 190.53 -
System Red Green Blue C M Y K H S L
Decimal 177 56 31 0 0.68 0.82 0.31 10.27 0.7 0.41
Hex B1 38 1F 0 44 52 1F A 46 29
Octal 261 70 37 0 104 122 37 12 106 51
Binary 10110001 111000 11111 0 1000100 1010010 11111 1010 1000110 101001

Color Harmonies of #B1381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1381F

Black with #B1381F

Text Example


Text Example

White with #B1381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1381F; }

 p { color: rgb(177,56,31); }

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

background-color css

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

 a { background-color: rgb(177,56,31); }

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

border-color css

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

 span { border-color: rgb(177,56,31); }

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