Html Css Color HEX #B13312 Rust

📋 copy color: '#B13312'

red 177 ◦ green 51 ◦ blue 18

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

Shades of Rust #B13312

Tints of Rust #B13312

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.73%

 BLUE value IS 18 (7.42% from 255) = 7.32%

R = 71.95%
G = 20.73%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B13312 (or 0xB13312) is known color: Rust. HEX triplet: B1, 33 and 12. RGB value is (177,51,18). Sum of RGB (Red+Green+Blue) = 177+51+18=246 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.95% from 246); Green value is 51 (20.31% from 255 or 20.73% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 177 - color contains mainly: red. Hex color #B13312 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13312 is #4ECCED. Grayscale: #555555. Windows color (decimal): -5164270 or 1192881. OLE color: 1192881.

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

Color convert

RGB 177 51 18 -
CMYK 0 0.71 0.90 0.31
HSL 12.45º 0.82% 0.38% -
HSV(B) 12.45º 0.9% 0.69% -
XYZ 19.42 11.76 1.82 -
YUV 84.91 90.24 193.68 -
System Red Green Blue C M Y K H S L
Decimal 177 51 18 0 0.71 0.90 0.31 12.45 0.82 0.38
Hex B1 33 12 0 47 5A 1F C 52 26
Octal 261 63 22 0 107 132 37 14 122 46
Binary 10110001 110011 10010 0 1000111 1011010 11111 1100 1010010 100110

Color Harmonies of #B13312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13312

Black with #B13312

Text Example


Text Example

White with #B13312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13312; }

 p { color: rgb(177,51,18); }

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

background-color css

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

 a { background-color: rgb(177,51,18); }

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

border-color css

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

 span { border-color: rgb(177,51,18); }

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