Html Css Color HEX #B13014 Rust

📋 copy color: '#B13014'

red 177 ◦ green 48 ◦ blue 20

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

Shades of Rust #B13014

Tints of Rust #B13014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.59%

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

R = 72.24%
G = 19.59%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B13014 (or 0xB13014) is known color: Rust. HEX triplet: B1, 30 and 14. RGB value is (177,48,20). Sum of RGB (Red+Green+Blue) = 177+48+20=245 (32% of max value = 765). Red value is 177 (69.53% from 255 or 72.24% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 177 - color contains mainly: red. Hex color #B13014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B13014 is #4ECFEB. Grayscale: #535353. Windows color (decimal): -5165036 or 1323185. OLE color: 1323185.

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

Color convert

RGB 177 48 20 -
CMYK 0 0.73 0.89 0.31
HSL 10.7º 0.8% 0.39% -
HSV(B) 10.7º 0.89% 0.69% -
XYZ 19.31 11.51 1.87 -
YUV 83.38 92.24 194.78 -
System Red Green Blue C M Y K H S L
Decimal 177 48 20 0 0.73 0.89 0.31 10.7 0.8 0.39
Hex B1 30 14 0 49 59 1F B 50 27
Octal 261 60 24 0 111 131 37 13 120 47
Binary 10110001 110000 10100 0 1001001 1011001 11111 1011 1010000 100111

Color Harmonies of #B13014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13014

Black with #B13014

Text Example


Text Example

White with #B13014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13014; }

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

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

background-color css

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

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

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

border-color css

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

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

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