Html Css Color HEX #B14519 Rust

📋 copy color: '#B14519'

red 177 ◦ green 69 ◦ blue 25

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

Shades of Rust #B14519

Tints of Rust #B14519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.46%

 BLUE value IS 25 (10.16% from 255) = 9.23%

R = 65.31%
G = 25.46%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B14519 (or 0xB14519) is known color: Rust. HEX triplet: B1, 45 and 19. RGB value is (177,69,25). Sum of RGB (Red+Green+Blue) = 177+69+25=271 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.31% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 25 (10.16% from 255 or 9.23% from 271); Max value from RGB is 177 - color contains mainly: red. Hex color #B14519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14519 is #4EBAE6. Grayscale: #606060. Windows color (decimal): -5159655 or 1656241. OLE color: 1656241.

HSL color Cylindrical-coordinate representation of color #B14519: hue angle of 17.37º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B14519 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 69 25 -
CMYK 0 0.61 0.86 0.31
HSL 17.37º 0.75% 0.4% -
HSV(B) 17.37º 0.86% 0.69% -
XYZ 20.44 13.67 2.48 -
YUV 96.28 87.78 185.58 -
System Red Green Blue C M Y K H S L
Decimal 177 69 25 0 0.61 0.86 0.31 17.37 0.75 0.4
Hex B1 45 19 0 3D 56 1F 11 4B 28
Octal 261 105 31 0 75 126 37 21 113 50
Binary 10110001 1000101 11001 0 111101 1010110 11111 10001 1001011 101000

Color Harmonies of #B14519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14519

Black with #B14519

Text Example


Text Example

White with #B14519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14519; }

 p { color: rgb(177,69,25); }

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

background-color css

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

 a { background-color: rgb(177,69,25); }

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

border-color css

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

 span { border-color: rgb(177,69,25); }

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