Html Css Color HEX #B13801 Rust

📋 copy color: '#B13801'

red 177 ◦ green 56 ◦ blue 1

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

Shades of Rust #B13801

Tints of Rust #B13801

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.93%

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

R = 75.64%
G = 23.93%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B13801 (or 0xB13801) is known color: Rust. HEX triplet: B1, 38 and 01. RGB value is (177,56,1). Sum of RGB (Red+Green+Blue) = 177+56+1=234 (30% of max value = 765). Red value is 177 (69.53% from 255 or 75.64% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 177 - color contains mainly: red. Hex color #B13801 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13801 is #4EC7FE. Grayscale: #565656. Windows color (decimal): -5163007 or 80049. OLE color: 80049.

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

Color convert

RGB 177 56 1 -
CMYK 0 0.68 0.99 0.31
HSL 18.75º 0.99% 0.35% -
HSV(B) 18.75º 0.99% 0.69% -
XYZ 19.55 12.18 1.35 -
YUV 85.91 80.09 192.97 -
System Red Green Blue C M Y K H S L
Decimal 177 56 1 0 0.68 0.99 0.31 18.75 0.99 0.35
Hex B1 38 1 0 44 63 1F 13 63 23
Octal 261 70 1 0 104 143 37 23 143 43
Binary 10110001 111000 1 0 1000100 1100011 11111 10011 1100011 100011

Color Harmonies of #B13801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13801

Black with #B13801

Text Example


Text Example

White with #B13801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13801; }

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

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

background-color css

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

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

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

border-color css

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

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

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