Html Css Color HEX #B13C01 Rust

📋 copy color: '#B13C01'

red 177 ◦ green 60 ◦ blue 1

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

Shades of Rust #B13C01

Tints of Rust #B13C01

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.21%

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

R = 74.37%
G = 25.21%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#B13C01 (or 0xB13C01) is known color: Rust. HEX triplet: B1, 3C and 01. RGB value is (177,60,1). Sum of RGB (Red+Green+Blue) = 177+60+1=238 (31% of max value = 765). Red value is 177 (69.53% from 255 or 74.37% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 177 - color contains mainly: red. Hex color #B13C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13C01 is #4EC3FE. Grayscale: #585858. Windows color (decimal): -5161983 or 81073. OLE color: 81073.

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

Color convert

RGB 177 60 1 -
CMYK 0 0.66 0.99 0.31
HSL 20.11º 0.99% 0.35% -
HSV(B) 20.11º 0.99% 0.69% -
XYZ 19.75 12.58 1.42 -
YUV 88.26 78.76 191.3 -
System Red Green Blue C M Y K H S L
Decimal 177 60 1 0 0.66 0.99 0.31 20.11 0.99 0.35
Hex B1 3C 1 0 42 63 1F 14 63 23
Octal 261 74 1 0 102 143 37 24 143 43
Binary 10110001 111100 1 0 1000010 1100011 11111 10100 1100011 100011

Color Harmonies of #B13C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13C01

Black with #B13C01

Text Example


Text Example

White with #B13C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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