Html Css Color HEX #B13210 Rust

📋 copy color: '#B13210'

red 177 ◦ green 50 ◦ blue 16

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

Shades of Rust #B13210

Tints of Rust #B13210

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.58%

 BLUE value IS 16 (6.64% from 255) = 6.58%

R = 72.84%
G = 20.58%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B13210 (or 0xB13210) is known color: Rust. HEX triplet: B1, 32 and 10. RGB value is (177,50,16). Sum of RGB (Red+Green+Blue) = 177+50+16=243 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.84% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 177 - color contains mainly: red. Hex color #B13210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13210 is #4ECDEF. Grayscale: #545454. Windows color (decimal): -5164528 or 1061553. OLE color: 1061553.

HSL color Cylindrical-coordinate representation of color #B13210: hue angle of 12.67º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B13210 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 50 16 -
CMYK 0 0.72 0.91 0.31
HSL 12.67º 0.83% 0.38% -
HSV(B) 12.67º 0.91% 0.69% -
XYZ 19.37 11.67 1.72 -
YUV 84.1 89.58 194.26 -
System Red Green Blue C M Y K H S L
Decimal 177 50 16 0 0.72 0.91 0.31 12.67 0.83 0.38
Hex B1 32 10 0 48 5B 1F D 53 26
Octal 261 62 20 0 110 133 37 15 123 46
Binary 10110001 110010 10000 0 1001000 1011011 11111 1101 1010011 100110

Color Harmonies of #B13210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13210

Black with #B13210

Text Example


Text Example

White with #B13210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13210; }

 p { color: rgb(177,50,16); }

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

background-color css

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

 a { background-color: rgb(177,50,16); }

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

border-color css

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

 span { border-color: rgb(177,50,16); }

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