Html Css Color HEX #B1360F Rust

📋 copy color: '#B1360F'

red 177 ◦ green 54 ◦ blue 15

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

Shades of Rust #B1360F

Tints of Rust #B1360F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.1%

R = 71.95%
G = 21.95%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#B1360F (or 0xB1360F) is known color: Rust. HEX triplet: B1, 36 and 0F. RGB value is (177,54,15). Sum of RGB (Red+Green+Blue) = 177+54+15=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B1360F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B1360F is #4EC9F0. Grayscale: #565656. Windows color (decimal): -5163505 or 997041. OLE color: 997041.

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

Color convert

RGB 177 54 15 -
CMYK 0 0.69 0.92 0.31
HSL 14.44º 0.84% 0.38% -
HSV(B) 14.44º 0.92% 0.69% -
XYZ 19.54 12.02 1.74 -
YUV 86.33 87.75 192.67 -
System Red Green Blue C M Y K H S L
Decimal 177 54 15 0 0.69 0.92 0.31 14.44 0.84 0.38
Hex B1 36 F 0 45 5C 1F E 54 26
Octal 261 66 17 0 105 134 37 16 124 46
Binary 10110001 110110 1111 0 1000101 1011100 11111 1110 1010100 100110

Color Harmonies of #B1360F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1360F

Black with #B1360F

Text Example


Text Example

White with #B1360F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1360F; }

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

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

background-color css

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

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

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

border-color css

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

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

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