Html Css Color HEX #B14A1B Rust

📋 copy color: '#B14A1B'

red 177 ◦ green 74 ◦ blue 27

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

Shades of Rust #B14A1B

Tints of Rust #B14A1B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.62%

 BLUE value IS 27 (10.94% from 255) = 9.71%

R = 63.67%
G = 26.62%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B14A1B (or 0xB14A1B) is known color: Rust. HEX triplet: B1, 4A and 1B. RGB value is (177,74,27). Sum of RGB (Red+Green+Blue) = 177+74+27=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 27 (10.94% from 255 or 9.71% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14A1B is #4EB5E4. Grayscale: #636363. Windows color (decimal): -5158373 or 1788593. OLE color: 1788593.

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

Color convert

RGB 177 74 27 -
CMYK 0 0.58 0.85 0.31
HSL 18.8º 0.74% 0.4% -
HSV(B) 18.8º 0.85% 0.69% -
XYZ 20.78 14.32 2.71 -
YUV 99.44 87.12 183.32 -
System Red Green Blue C M Y K H S L
Decimal 177 74 27 0 0.58 0.85 0.31 18.8 0.74 0.4
Hex B1 4A 1B 0 3A 55 1F 13 4A 28
Octal 261 112 33 0 72 125 37 23 112 50
Binary 10110001 1001010 11011 0 111010 1010101 11111 10011 1001010 101000

Color Harmonies of #B14A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14A1B

Black with #B14A1B

Text Example


Text Example

White with #B14A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14A1B; }

 p { color: rgb(177,74,27); }

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

background-color css

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

 a { background-color: rgb(177,74,27); }

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

border-color css

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

 span { border-color: rgb(177,74,27); }

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