Html Css Color HEX #B14F09 Rust

📋 copy color: '#B14F09'

red 177 ◦ green 79 ◦ blue 9

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

Shades of Rust #B14F09

Tints of Rust #B14F09

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.81%

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

R = 66.79%
G = 29.81%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B14F09 (or 0xB14F09) is known color: Rust. HEX triplet: B1, 4F and 09. RGB value is (177,79,9). Sum of RGB (Red+Green+Blue) = 177+79+9=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 9 (3.91% from 255 or 3.40% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B14F09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B14F09 is #4EB0F6. Grayscale: #646464. Windows color (decimal): -5157111 or 610225. OLE color: 610225.

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

Color convert

RGB 177 79 9 -
CMYK 0 0.55 0.95 0.31
HSL 25º 0.9% 0.36% -
HSV(B) 25º 0.95% 0.69% -
XYZ 20.98 14.96 2.04 -
YUV 100.32 76.47 182.69 -
System Red Green Blue C M Y K H S L
Decimal 177 79 9 0 0.55 0.95 0.31 25 0.9 0.36
Hex B1 4F 9 0 37 5F 1F 19 5A 24
Octal 261 117 11 0 67 137 37 31 132 44
Binary 10110001 1001111 1001 0 110111 1011111 11111 11001 1011010 100100

Color Harmonies of #B14F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14F09

Black with #B14F09

Text Example


Text Example

White with #B14F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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