Html Css Color HEX #B13A20 Rust

📋 copy color: '#B13A20'

red 177 ◦ green 58 ◦ blue 32

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

Shades of Rust #B13A20

Tints of Rust #B13A20

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.72%

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

R = 66.29%
G = 21.72%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B13A20 (or 0xB13A20) is known color: Rust. HEX triplet: B1, 3A and 20. RGB value is (177,58,32). Sum of RGB (Red+Green+Blue) = 177+58+32=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 58 (23.05% from 255 or 21.72% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B13A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13A20 is #4EC5DF. Grayscale: #5A5A5A. Windows color (decimal): -5162464 or 2112177. OLE color: 2112177.

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

Color convert

RGB 177 58 32 -
CMYK 0 0.67 0.82 0.31
HSL 10.76º 0.69% 0.41% -
HSV(B) 10.76º 0.82% 0.69% -
XYZ 19.91 12.48 2.73 -
YUV 90.62 94.92 189.61 -
System Red Green Blue C M Y K H S L
Decimal 177 58 32 0 0.67 0.82 0.31 10.76 0.69 0.41
Hex B1 3A 20 0 43 52 1F B 45 29
Octal 261 72 40 0 103 122 37 13 105 51
Binary 10110001 111010 100000 0 1000011 1010010 11111 1011 1000101 101001

Color Harmonies of #B13A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13A20

Black with #B13A20

Text Example


Text Example

White with #B13A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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