Html Css Color HEX #B14908 Rust

📋 copy color: '#B14908'

red 177 ◦ green 73 ◦ blue 8

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

Shades of Rust #B14908

Tints of Rust #B14908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.1%

R = 68.6%
G = 28.29%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B14908 (or 0xB14908) is known color: Rust. HEX triplet: B1, 49 and 08. RGB value is (177,73,8). Sum of RGB (Red+Green+Blue) = 177+73+8=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 73 (28.91% from 255 or 28.29% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B14908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14908 is #4EB6F7. Grayscale: #616161. Windows color (decimal): -5158648 or 543153. OLE color: 543153.

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

Color convert

RGB 177 73 8 -
CMYK 0 0.59 0.95 0.31
HSL 23.08º 0.91% 0.36% -
HSV(B) 23.08º 0.95% 0.69% -
XYZ 20.56 14.13 1.87 -
YUV 96.69 77.96 185.29 -
System Red Green Blue C M Y K H S L
Decimal 177 73 8 0 0.59 0.95 0.31 23.08 0.91 0.36
Hex B1 49 8 0 3B 5F 1F 17 5B 24
Octal 261 111 10 0 73 137 37 27 133 44
Binary 10110001 1001001 1000 0 111011 1011111 11111 10111 1011011 100100

Color Harmonies of #B14908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14908

Black with #B14908

Text Example


Text Example

White with #B14908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14908; }

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

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

background-color css

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

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

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

border-color css

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

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

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