Html Css Color HEX #B14610 Rust

📋 copy color: '#B14610'

red 177 ◦ green 70 ◦ blue 16

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

Shades of Rust #B14610

Tints of Rust #B14610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.62%

 BLUE value IS 16 (6.64% from 255) = 6.08%

R = 67.3%
G = 26.62%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B14610 (or 0xB14610) is known color: Rust. HEX triplet: B1, 46 and 10. RGB value is (177,70,16). Sum of RGB (Red+Green+Blue) = 177+70+16=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 16 (6.64% from 255 or 6.08% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B14610 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14610 is #4EB9EF. Grayscale: #606060. Windows color (decimal): -5159408 or 1066673. OLE color: 1066673.

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

Color convert

RGB 177 70 16 -
CMYK 0 0.60 0.91 0.31
HSL 20.12º 0.83% 0.38% -
HSV(B) 20.12º 0.91% 0.69% -
XYZ 20.42 13.76 2.07 -
YUV 95.84 82.95 185.89 -
System Red Green Blue C M Y K H S L
Decimal 177 70 16 0 0.60 0.91 0.31 20.12 0.83 0.38
Hex B1 46 10 0 3C 5B 1F 14 53 26
Octal 261 106 20 0 74 133 37 24 123 46
Binary 10110001 1000110 10000 0 111100 1011011 11111 10100 1010011 100110

Color Harmonies of #B14610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14610

Black with #B14610

Text Example


Text Example

White with #B14610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14610; }

 p { color: rgb(177,70,16); }

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

background-color css

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

 a { background-color: rgb(177,70,16); }

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

border-color css

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

 span { border-color: rgb(177,70,16); }

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