Html Css Color HEX #B1530E Rust

📋 copy color: '#B1530E'

red 177 ◦ green 83 ◦ blue 14

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

Shades of Rust #B1530E

Tints of Rust #B1530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.29%

 BLUE value IS 14 (5.86% from 255) = 5.11%

R = 64.6%
G = 30.29%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1530E (or 0xB1530E) is known color: Rust. HEX triplet: B1, 53 and 0E. RGB value is (177,83,14). Sum of RGB (Red+Green+Blue) = 177+83+14=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B1530E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B1530E is #4EACF1. Grayscale: #676767. Windows color (decimal): -5156082 or 938929. OLE color: 938929.

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

Color convert

RGB 177 83 14 -
CMYK 0 0.53 0.92 0.31
HSL 25.4º 0.85% 0.37% -
HSV(B) 25.4º 0.92% 0.69% -
XYZ 21.3 15.57 2.3 -
YUV 103.24 77.64 180.61 -
System Red Green Blue C M Y K H S L
Decimal 177 83 14 0 0.53 0.92 0.31 25.4 0.85 0.37
Hex B1 53 E 0 35 5C 1F 19 55 25
Octal 261 123 16 0 65 134 37 31 125 45
Binary 10110001 1010011 1110 0 110101 1011100 11111 11001 1010101 100101

Color Harmonies of #B1530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1530E

Black with #B1530E

Text Example


Text Example

White with #B1530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1530E; }

 p { color: rgb(177,83,14); }

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

background-color css

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

 a { background-color: rgb(177,83,14); }

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

border-color css

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

 span { border-color: rgb(177,83,14); }

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