Html Css Color HEX #B14905 Rust

📋 copy color: '#B14905'

red 177 ◦ green 73 ◦ blue 5

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

Shades of Rust #B14905

Tints of Rust #B14905

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.63%

 BLUE value IS 5 (2.34% from 255) = 1.96%

R = 69.41%
G = 28.63%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#B14905 (or 0xB14905) is known color: Rust. HEX triplet: B1, 49 and 05. RGB value is (177,73,5). Sum of RGB (Red+Green+Blue) = 177+73+5=255 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.41% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 177 - color contains mainly: red. Hex color #B14905 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14905 is #4EB6FA. Grayscale: #606060. Windows color (decimal): -5158651 or 346545. OLE color: 346545.

HSL color Cylindrical-coordinate representation of color #B14905: hue angle of 23.72º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B14905 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 73 5 -
CMYK 0 0.59 0.97 0.31
HSL 23.72º 0.95% 0.36% -
HSV(B) 23.72º 0.97% 0.69% -
XYZ 20.54 14.12 1.79 -
YUV 96.34 76.46 185.53 -
System Red Green Blue C M Y K H S L
Decimal 177 73 5 0 0.59 0.97 0.31 23.72 0.95 0.36
Hex B1 49 5 0 3B 61 1F 18 5F 24
Octal 261 111 5 0 73 141 37 30 137 44
Binary 10110001 1001001 101 0 111011 1100001 11111 11000 1011111 100100

Color Harmonies of #B14905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14905

Black with #B14905

Text Example


Text Example

White with #B14905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14905; }

 p { color: rgb(177,73,5); }

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

background-color css

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

 a { background-color: rgb(177,73,5); }

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

border-color css

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

 span { border-color: rgb(177,73,5); }

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