Html Css Color HEX #B13F20 Rust

📋 copy color: '#B13F20'

red 177 ◦ green 63 ◦ blue 32

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

Shades of Rust #B13F20

Tints of Rust #B13F20

RGB

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

 GREEN value IS 63 (25% from 255) = 23.16%

 BLUE value IS 32 (12.89% from 255) = 11.76%

R = 65.07%
G = 23.16%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B13F20 (or 0xB13F20) is known color: Rust. HEX triplet: B1, 3F and 20. RGB value is (177,63,32). Sum of RGB (Red+Green+Blue) = 177+63+32=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 63 (25% from 255 or 23.16% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13F20 is #4EC0DF. Grayscale: #5D5D5D. Windows color (decimal): -5161184 or 2113457. OLE color: 2113457.

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

Color convert

RGB 177 63 32 -
CMYK 0 0.64 0.82 0.31
HSL 12.83º 0.69% 0.41% -
HSV(B) 12.83º 0.82% 0.69% -
XYZ 20.17 13.01 2.81 -
YUV 93.55 93.27 187.52 -
System Red Green Blue C M Y K H S L
Decimal 177 63 32 0 0.64 0.82 0.31 12.83 0.69 0.41
Hex B1 3F 20 0 40 52 1F D 45 29
Octal 261 77 40 0 100 122 37 15 105 51
Binary 10110001 111111 100000 0 1000000 1010010 11111 1101 1000101 101001

Color Harmonies of #B13F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13F20

Black with #B13F20

Text Example


Text Example

White with #B13F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13F20; }

 p { color: rgb(177,63,32); }

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

background-color css

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

 a { background-color: rgb(177,63,32); }

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

border-color css

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

 span { border-color: rgb(177,63,32); }

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