Html Css Color HEX #B14619 Rust

📋 copy color: '#B14619'

red 177 ◦ green 70 ◦ blue 25

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

Shades of Rust #B14619

Tints of Rust #B14619

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.74%

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

R = 65.07%
G = 25.74%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B14619 (or 0xB14619) is known color: Rust. HEX triplet: B1, 46 and 19. RGB value is (177,70,25). Sum of RGB (Red+Green+Blue) = 177+70+25=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B14619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14619 is #4EB9E6. Grayscale: #616161. Windows color (decimal): -5159399 or 1656497. OLE color: 1656497.

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

Color convert

RGB 177 70 25 -
CMYK 0 0.60 0.86 0.31
HSL 17.76º 0.75% 0.4% -
HSV(B) 17.76º 0.86% 0.69% -
XYZ 20.5 13.8 2.5 -
YUV 96.86 87.45 185.16 -
System Red Green Blue C M Y K H S L
Decimal 177 70 25 0 0.60 0.86 0.31 17.76 0.75 0.4
Hex B1 46 19 0 3C 56 1F 12 4B 28
Octal 261 106 31 0 74 126 37 22 113 50
Binary 10110001 1000110 11001 0 111100 1010110 11111 10010 1001011 101000

Color Harmonies of #B14619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14619

Black with #B14619

Text Example


Text Example

White with #B14619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14619; }

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

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

background-color css

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

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

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

border-color css

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

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

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