Html Css Color HEX #B13401 Rust

📋 copy color: '#B13401'

red 177 ◦ green 52 ◦ blue 1

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

Shades of Rust #B13401

Tints of Rust #B13401

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.61%

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

R = 76.96%
G = 22.61%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B13401 (or 0xB13401) is known color: Rust. HEX triplet: B1, 34 and 01. RGB value is (177,52,1). Sum of RGB (Red+Green+Blue) = 177+52+1=230 (30% of max value = 765). Red value is 177 (69.53% from 255 or 76.96% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 1 (0.78% from 255 or 0.43% from 230); Max value from RGB is 177 - color contains mainly: red. Hex color #B13401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13401 is #4ECBFE. Grayscale: #535353. Windows color (decimal): -5164031 or 79025. OLE color: 79025.

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

Color convert

RGB 177 52 1 -
CMYK 0 0.71 0.99 0.31
HSL 17.39º 0.99% 0.35% -
HSV(B) 17.39º 0.99% 0.69% -
XYZ 19.36 11.81 1.29 -
YUV 83.56 81.41 194.65 -
System Red Green Blue C M Y K H S L
Decimal 177 52 1 0 0.71 0.99 0.31 17.39 0.99 0.35
Hex B1 34 1 0 47 63 1F 11 63 23
Octal 261 64 1 0 107 143 37 21 143 43
Binary 10110001 110100 1 0 1000111 1100011 11111 10001 1100011 100011

Color Harmonies of #B13401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13401

Black with #B13401

Text Example


Text Example

White with #B13401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13401; }

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

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

background-color css

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

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

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

border-color css

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

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

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