Html Css Color HEX #B14809 Rust

📋 copy color: '#B14809'

red 177 ◦ green 72 ◦ blue 9

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

Shades of Rust #B14809

Tints of Rust #B14809

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.91%

 BLUE value IS 9 (3.91% from 255) = 3.49%

R = 68.6%
G = 27.91%
B = 3.49%

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

#B14809 (or 0xB14809) is known color: Rust. HEX triplet: B1, 48 and 09. RGB value is (177,72,9). Sum of RGB (Red+Green+Blue) = 177+72+9=258 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.60% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 177 - color contains mainly: red. Hex color #B14809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14809 is #4EB7F6. Grayscale: #606060. Windows color (decimal): -5158903 or 608433. OLE color: 608433.

HSL color Cylindrical-coordinate representation of color #B14809: hue angle of 22.5º degrees, saturation: 0.9, 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 #B14809 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 72 9 -
CMYK 0 0.59 0.95 0.31
HSL 22.5º 0.9% 0.36% -
HSV(B) 22.5º 0.95% 0.69% -
XYZ 20.5 14 1.88 -
YUV 96.21 78.79 185.62 -
System Red Green Blue C M Y K H S L
Decimal 177 72 9 0 0.59 0.95 0.31 22.5 0.9 0.36
Hex B1 48 9 0 3B 5F 1F 16 5A 24
Octal 261 110 11 0 73 137 37 26 132 44
Binary 10110001 1001000 1001 0 111011 1011111 11111 10110 1011010 100100

Color Harmonies of #B14809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14809

Black with #B14809

Text Example


Text Example

White with #B14809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14809; }

 p { color: rgb(177,72,9); }

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

background-color css

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

 a { background-color: rgb(177,72,9); }

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

border-color css

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

 span { border-color: rgb(177,72,9); }

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