Html Css Color HEX #B13314 Rust

📋 copy color: '#B13314'

red 177 ◦ green 51 ◦ blue 20

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

Shades of Rust #B13314

Tints of Rust #B13314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.06%

R = 71.37%
G = 20.56%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B13314 (or 0xB13314) is known color: Rust. HEX triplet: B1, 33 and 14. RGB value is (177,51,20). Sum of RGB (Red+Green+Blue) = 177+51+20=248 (32% of max value = 765). Red value is 177 (69.53% from 255 or 71.37% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 177 - color contains mainly: red. Hex color #B13314 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13314 is #4ECCEB. Grayscale: #555555. Windows color (decimal): -5164268 or 1323953. OLE color: 1323953.

HSL color Cylindrical-coordinate representation of color #B13314: hue angle of 11.85º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B13314 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 51 20 -
CMYK 0 0.71 0.89 0.31
HSL 11.85º 0.8% 0.39% -
HSV(B) 11.85º 0.89% 0.69% -
XYZ 19.44 11.77 1.91 -
YUV 85.14 91.24 193.52 -
System Red Green Blue C M Y K H S L
Decimal 177 51 20 0 0.71 0.89 0.31 11.85 0.8 0.39
Hex B1 33 14 0 47 59 1F C 50 27
Octal 261 63 24 0 107 131 37 14 120 47
Binary 10110001 110011 10100 0 1000111 1011001 11111 1100 1010000 100111

Color Harmonies of #B13314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13314

Black with #B13314

Text Example


Text Example

White with #B13314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13314; }

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

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

background-color css

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

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

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

border-color css

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

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

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