Html Css Color HEX #B14013 Rust

📋 copy color: '#B14013'

red 177 ◦ green 64 ◦ blue 19

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

Shades of Rust #B14013

Tints of Rust #B14013

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.62%

 BLUE value IS 19 (7.81% from 255) = 7.31%

R = 68.08%
G = 24.62%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B14013 (or 0xB14013) is known color: Rust. HEX triplet: B1, 40 and 13. RGB value is (177,64,19). Sum of RGB (Red+Green+Blue) = 177+64+19=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B14013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14013 is #4EBFEC. Grayscale: #5C5C5C. Windows color (decimal): -5160941 or 1261745. OLE color: 1261745.

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

Color convert

RGB 177 64 19 -
CMYK 0 0.64 0.89 0.31
HSL 17.09º 0.81% 0.38% -
HSV(B) 17.09º 0.89% 0.69% -
XYZ 20.08 13.06 2.08 -
YUV 92.66 86.44 188.16 -
System Red Green Blue C M Y K H S L
Decimal 177 64 19 0 0.64 0.89 0.31 17.09 0.81 0.38
Hex B1 40 13 0 40 59 1F 11 51 26
Octal 261 100 23 0 100 131 37 21 121 46
Binary 10110001 1000000 10011 0 1000000 1011001 11111 10001 1010001 100110

Color Harmonies of #B14013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14013

Black with #B14013

Text Example


Text Example

White with #B14013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14013; }

 p { color: rgb(177,64,19); }

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

background-color css

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

 a { background-color: rgb(177,64,19); }

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

border-color css

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

 span { border-color: rgb(177,64,19); }

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