Html Css Color HEX #B14310 Rust

📋 copy color: '#B14310'

red 177 ◦ green 67 ◦ blue 16

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

Shades of Rust #B14310

Tints of Rust #B14310

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.77%

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

R = 68.08%
G = 25.77%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#B14310 (or 0xB14310) is known color: Rust. HEX triplet: B1, 43 and 10. RGB value is (177,67,16). Sum of RGB (Red+Green+Blue) = 177+67+16=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B14310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14310 is #4EBCEF. Grayscale: #5E5E5E. Windows color (decimal): -5160176 or 1065905. OLE color: 1065905.

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

Color convert

RGB 177 67 16 -
CMYK 0 0.62 0.91 0.31
HSL 19.01º 0.83% 0.38% -
HSV(B) 19.01º 0.91% 0.69% -
XYZ 20.23 13.4 2.01 -
YUV 94.08 83.94 187.15 -
System Red Green Blue C M Y K H S L
Decimal 177 67 16 0 0.62 0.91 0.31 19.01 0.83 0.38
Hex B1 43 10 0 3E 5B 1F 13 53 26
Octal 261 103 20 0 76 133 37 23 123 46
Binary 10110001 1000011 10000 0 111110 1011011 11111 10011 1010011 100110

Color Harmonies of #B14310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14310

Black with #B14310

Text Example


Text Example

White with #B14310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14310; }

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

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

background-color css

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

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

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

border-color css

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

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

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