Html Css Color HEX #B14E1A Rust

📋 copy color: '#B14E1A'

red 177 ◦ green 78 ◦ blue 26

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

Shades of Rust #B14E1A

Tints of Rust #B14E1A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.76%

 BLUE value IS 26 (10.55% from 255) = 9.25%

R = 62.99%
G = 27.76%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B14E1A (or 0xB14E1A) is known color: Rust. HEX triplet: B1, 4E and 1A. RGB value is (177,78,26). Sum of RGB (Red+Green+Blue) = 177+78+26=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B14E1A is #4EB1E5. Grayscale: #656565. Windows color (decimal): -5157350 or 1724081. OLE color: 1724081.

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

Color convert

RGB 177 78 26 -
CMYK 0 0.56 0.85 0.31
HSL 20.66º 0.74% 0.4% -
HSV(B) 20.66º 0.85% 0.69% -
XYZ 21.04 14.87 2.74 -
YUV 101.67 85.3 181.73 -
System Red Green Blue C M Y K H S L
Decimal 177 78 26 0 0.56 0.85 0.31 20.66 0.74 0.4
Hex B1 4E 1A 0 38 55 1F 15 4A 28
Octal 261 116 32 0 70 125 37 25 112 50
Binary 10110001 1001110 11010 0 111000 1010101 11111 10101 1001010 101000

Color Harmonies of #B14E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14E1A

Black with #B14E1A

Text Example


Text Example

White with #B14E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14E1A; }

 p { color: rgb(177,78,26); }

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

background-color css

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

 a { background-color: rgb(177,78,26); }

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

border-color css

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

 span { border-color: rgb(177,78,26); }

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