Html Css Color HEX #B1380C Rust

📋 copy color: '#B1380C'

red 177 ◦ green 56 ◦ blue 12

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

Shades of Rust #B1380C

Tints of Rust #B1380C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.9%

R = 72.24%
G = 22.86%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#B1380C (or 0xB1380C) is known color: Rust. HEX triplet: B1, 38 and 0C. RGB value is (177,56,12). Sum of RGB (Red+Green+Blue) = 177+56+12=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B1380C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1380C is #4EC7F3. Grayscale: #575757. Windows color (decimal): -5162996 or 800945. OLE color: 800945.

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

Color convert

RGB 177 56 12 -
CMYK 0 0.68 0.93 0.31
HSL 16º 0.87% 0.37% -
HSV(B) 16º 0.93% 0.69% -
XYZ 19.61 12.2 1.67 -
YUV 87.16 85.59 192.08 -
System Red Green Blue C M Y K H S L
Decimal 177 56 12 0 0.68 0.93 0.31 16 0.87 0.37
Hex B1 38 C 0 44 5D 1F 10 57 25
Octal 261 70 14 0 104 135 37 20 127 45
Binary 10110001 111000 1100 0 1000100 1011101 11111 10000 1010111 100101

Color Harmonies of #B1380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1380C

Black with #B1380C

Text Example


Text Example

White with #B1380C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1380C; }

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

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

background-color css

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

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

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

border-color css

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

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

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