Html Css Color HEX #B13701 Rust

📋 copy color: '#B13701'

red 177 ◦ green 55 ◦ blue 1

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

Shades of Rust #B13701

Tints of Rust #B13701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.61%

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

R = 75.97%
G = 23.61%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B13701 (or 0xB13701) is known color: Rust. HEX triplet: B1, 37 and 01. RGB value is (177,55,1). Sum of RGB (Red+Green+Blue) = 177+55+1=233 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.97% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 177 - color contains mainly: red. Hex color #B13701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13701 is #4EC8FE. Grayscale: #555555. Windows color (decimal): -5163263 or 79793. OLE color: 79793.

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

Color convert

RGB 177 55 1 -
CMYK 0 0.69 0.99 0.31
HSL 18.41º 0.99% 0.35% -
HSV(B) 18.41º 0.99% 0.69% -
XYZ 19.5 12.08 1.33 -
YUV 85.32 80.42 193.39 -
System Red Green Blue C M Y K H S L
Decimal 177 55 1 0 0.69 0.99 0.31 18.41 0.99 0.35
Hex B1 37 1 0 45 63 1F 12 63 23
Octal 261 67 1 0 105 143 37 22 143 43
Binary 10110001 110111 1 0 1000101 1100011 11111 10010 1100011 100011

Color Harmonies of #B13701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13701

Black with #B13701

Text Example


Text Example

White with #B13701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13701; }

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

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

background-color css

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

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

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

border-color css

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

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

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