Html Css Color HEX #B13101 Rust

📋 copy color: '#B13101'

red 177 ◦ green 49 ◦ blue 1

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

Shades of Rust #B13101

Tints of Rust #B13101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.59%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 77.97%
G = 21.59%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B13101 (or 0xB13101) is known color: Rust. HEX triplet: B1, 31 and 01. RGB value is (177,49,1). Sum of RGB (Red+Green+Blue) = 177+49+1=227 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.97% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 1 (0.78% from 255 or 0.44% from 227); Max value from RGB is 177 - color contains mainly: red. Hex color #B13101 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13101 is #4ECEFE. Grayscale: #525252. Windows color (decimal): -5164799 or 78257. OLE color: 78257.

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

Color convert

RGB 177 49 1 -
CMYK 0 0.72 0.99 0.31
HSL 16.36º 0.99% 0.35% -
HSV(B) 16.36º 0.99% 0.69% -
XYZ 19.24 11.55 1.24 -
YUV 81.8 82.41 195.9 -
System Red Green Blue C M Y K H S L
Decimal 177 49 1 0 0.72 0.99 0.31 16.36 0.99 0.35
Hex B1 31 1 0 48 63 1F 10 63 23
Octal 261 61 1 0 110 143 37 20 143 43
Binary 10110001 110001 1 0 1001000 1100011 11111 10000 1100011 100011

Color Harmonies of #B13101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13101

Black with #B13101

Text Example


Text Example

White with #B13101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13101; }

 p { color: rgb(177,49,1); }

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

background-color css

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

 a { background-color: rgb(177,49,1); }

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

border-color css

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

 span { border-color: rgb(177,49,1); }

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