Html Css Color HEX #B14C19 Rust

📋 copy color: '#B14C19'

red 177 ◦ green 76 ◦ blue 25

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

Shades of Rust #B14C19

Tints of Rust #B14C19

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.34%

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

R = 63.67%
G = 27.34%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B14C19 (or 0xB14C19) is known color: Rust. HEX triplet: B1, 4C and 19. RGB value is (177,76,25). Sum of RGB (Red+Green+Blue) = 177+76+25=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C19 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14C19 is #4EB3E6. Grayscale: #646464. Windows color (decimal): -5157863 or 1658033. OLE color: 1658033.

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

Color convert

RGB 177 76 25 -
CMYK 0 0.57 0.86 0.31
HSL 20.13º 0.75% 0.4% -
HSV(B) 20.13º 0.86% 0.69% -
XYZ 20.89 14.59 2.63 -
YUV 100.39 85.46 182.65 -
System Red Green Blue C M Y K H S L
Decimal 177 76 25 0 0.57 0.86 0.31 20.13 0.75 0.4
Hex B1 4C 19 0 39 56 1F 14 4B 28
Octal 261 114 31 0 71 126 37 24 113 50
Binary 10110001 1001100 11001 0 111001 1010110 11111 10100 1001011 101000

Color Harmonies of #B14C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14C19

Black with #B14C19

Text Example


Text Example

White with #B14C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14C19; }

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

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

background-color css

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

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

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

border-color css

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

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

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