Html Css Color HEX #B14B10 Rust

📋 copy color: '#B14B10'

red 177 ◦ green 75 ◦ blue 16

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

Shades of Rust #B14B10

Tints of Rust #B14B10

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.99%

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

R = 66.04%
G = 27.99%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B14B10 (or 0xB14B10) is known color: Rust. HEX triplet: B1, 4B and 10. RGB value is (177,75,16). Sum of RGB (Red+Green+Blue) = 177+75+16=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B14B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14B10 is #4EB4EF. Grayscale: #636363. Windows color (decimal): -5158128 or 1067953. OLE color: 1067953.

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

Color convert

RGB 177 75 16 -
CMYK 0 0.58 0.91 0.31
HSL 21.99º 0.83% 0.38% -
HSV(B) 21.99º 0.91% 0.69% -
XYZ 20.74 14.42 2.18 -
YUV 98.77 81.29 183.8 -
System Red Green Blue C M Y K H S L
Decimal 177 75 16 0 0.58 0.91 0.31 21.99 0.83 0.38
Hex B1 4B 10 0 3A 5B 1F 16 53 26
Octal 261 113 20 0 72 133 37 26 123 46
Binary 10110001 1001011 10000 0 111010 1011011 11111 10110 1010011 100110

Color Harmonies of #B14B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14B10

Black with #B14B10

Text Example


Text Example

White with #B14B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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