Html Css Color HEX #B14A0A Rust

📋 copy color: '#B14A0A'

red 177 ◦ green 74 ◦ blue 10

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

Shades of Rust #B14A0A

Tints of Rust #B14A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.83%

R = 67.82%
G = 28.35%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#B14A0A (or 0xB14A0A) is known color: Rust. HEX triplet: B1, 4A and 0A. RGB value is (177,74,10). Sum of RGB (Red+Green+Blue) = 177+74+10=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B14A0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14A0A is #4EB5F5. Grayscale: #616161. Windows color (decimal): -5158390 or 674481. OLE color: 674481.

HSL color Cylindrical-coordinate representation of color #B14A0A: hue angle of 22.99º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B14A0A is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 74 10 -
CMYK 0 0.58 0.94 0.31
HSL 22.99º 0.89% 0.37% -
HSV(B) 22.99º 0.94% 0.69% -
XYZ 20.64 14.27 1.95 -
YUV 97.5 78.62 184.7 -
System Red Green Blue C M Y K H S L
Decimal 177 74 10 0 0.58 0.94 0.31 22.99 0.89 0.37
Hex B1 4A A 0 3A 5E 1F 17 59 25
Octal 261 112 12 0 72 136 37 27 131 45
Binary 10110001 1001010 1010 0 111010 1011110 11111 10111 1011001 100101

Color Harmonies of #B14A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14A0A

Black with #B14A0A

Text Example


Text Example

White with #B14A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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