Html Css Color HEX #B1361E Rust

📋 copy color: '#B1361E'

red 177 ◦ green 54 ◦ blue 30

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

Shades of Rust #B1361E

Tints of Rust #B1361E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.69%

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

R = 67.82%
G = 20.69%
B = 11.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B1361E (or 0xB1361E) is known color: Rust. HEX triplet: B1, 36 and 1E. RGB value is (177,54,30). Sum of RGB (Red+Green+Blue) = 177+54+30=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 54 (21.48% from 255 or 20.69% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B1361E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1361E is #4EC9E1. Grayscale: #585858. Windows color (decimal): -5163490 or 1980081. OLE color: 1980081.

HSL color Cylindrical-coordinate representation of color #B1361E: hue angle of 9.8º 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 #B1361E is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 54 30 -
CMYK 0 0.69 0.83 0.31
HSL 9.8º 0.71% 0.41% -
HSV(B) 9.8º 0.83% 0.69% -
XYZ 19.68 12.08 2.52 -
YUV 88.04 95.25 191.45 -
System Red Green Blue C M Y K H S L
Decimal 177 54 30 0 0.69 0.83 0.31 9.8 0.71 0.41
Hex B1 36 1E 0 45 53 1F A 47 29
Octal 261 66 36 0 105 123 37 12 107 51
Binary 10110001 110110 11110 0 1000101 1010011 11111 1010 1000111 101001

Color Harmonies of #B1361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1361E

Black with #B1361E

Text Example


Text Example

White with #B1361E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1361E; }

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

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

background-color css

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

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

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

border-color css

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

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

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