Html Css Color HEX #B14109 Rust

📋 copy color: '#B14109'

red 177 ◦ green 65 ◦ blue 9

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

Shades of Rust #B14109

Tints of Rust #B14109

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.9%

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

R = 70.52%
G = 25.9%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#B14109 (or 0xB14109) is known color: Rust. HEX triplet: B1, 41 and 09. RGB value is (177,65,9). Sum of RGB (Red+Green+Blue) = 177+65+9=251 (33% of max value = 765). Red value is 177 (69.53% from 255 or 70.52% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 9 (3.91% from 255 or 3.59% from 251); Max value from RGB is 177 - color contains mainly: red. Hex color #B14109 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14109 is #4EBEF6. Grayscale: #5C5C5C. Windows color (decimal): -5160695 or 606641. OLE color: 606641.

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

Color convert

RGB 177 65 9 -
CMYK 0 0.63 0.95 0.31
HSL 20º 0.9% 0.36% -
HSV(B) 20º 0.95% 0.69% -
XYZ 20.07 13.15 1.74 -
YUV 92.1 81.11 188.55 -
System Red Green Blue C M Y K H S L
Decimal 177 65 9 0 0.63 0.95 0.31 20 0.9 0.36
Hex B1 41 9 0 3F 5F 1F 14 5A 24
Octal 261 101 11 0 77 137 37 24 132 44
Binary 10110001 1000001 1001 0 111111 1011111 11111 10100 1011010 100100

Color Harmonies of #B14109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14109

Black with #B14109

Text Example


Text Example

White with #B14109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14109; }

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

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

background-color css

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

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

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

border-color css

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

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

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