Html Css Color HEX #B1381E Rust

📋 copy color: '#B1381E'

red 177 ◦ green 56 ◦ blue 30

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

Shades of Rust #B1381E

Tints of Rust #B1381E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.41%

R = 67.3%
G = 21.29%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1381E (or 0xB1381E) is known color: Rust. HEX triplet: B1, 38 and 1E. RGB value is (177,56,30). Sum of RGB (Red+Green+Blue) = 177+56+30=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 56 (22.27% from 255 or 21.29% from 263); Blue value is 30 (12.11% from 255 or 11.41% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B1381E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1381E is #4EC7E1. Grayscale: #595959. Windows color (decimal): -5162978 or 1980593. OLE color: 1980593.

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

Color convert

RGB 177 56 30 -
CMYK 0 0.68 0.83 0.31
HSL 10.61º 0.71% 0.41% -
HSV(B) 10.61º 0.83% 0.69% -
XYZ 19.78 12.27 2.55 -
YUV 89.22 94.59 190.61 -
System Red Green Blue C M Y K H S L
Decimal 177 56 30 0 0.68 0.83 0.31 10.61 0.71 0.41
Hex B1 38 1E 0 44 53 1F B 47 29
Octal 261 70 36 0 104 123 37 13 107 51
Binary 10110001 111000 11110 0 1000100 1010011 11111 1011 1000111 101001

Color Harmonies of #B1381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1381E

Black with #B1381E

Text Example


Text Example

White with #B1381E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1381E; }

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

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

background-color css

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

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

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

border-color css

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

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

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