Html Css Color HEX #B14410 Rust

📋 copy color: '#B14410'

red 177 ◦ green 68 ◦ blue 16

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

Shades of Rust #B14410

Tints of Rust #B14410

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.05%

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

R = 67.82%
G = 26.05%
B = 6.13%

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

#B14410 (or 0xB14410) is known color: Rust. HEX triplet: B1, 44 and 10. RGB value is (177,68,16). Sum of RGB (Red+Green+Blue) = 177+68+16=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B14410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14410 is #4EBBEF. Grayscale: #5E5E5E. Windows color (decimal): -5159920 or 1066161. OLE color: 1066161.

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

Color convert

RGB 177 68 16 -
CMYK 0 0.62 0.91 0.31
HSL 19.38º 0.83% 0.38% -
HSV(B) 19.38º 0.91% 0.69% -
XYZ 20.29 13.52 2.03 -
YUV 94.66 83.61 186.73 -
System Red Green Blue C M Y K H S L
Decimal 177 68 16 0 0.62 0.91 0.31 19.38 0.83 0.38
Hex B1 44 10 0 3E 5B 1F 13 53 26
Octal 261 104 20 0 76 133 37 23 123 46
Binary 10110001 1000100 10000 0 111110 1011011 11111 10011 1010011 100110

Color Harmonies of #B14410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14410

Black with #B14410

Text Example


Text Example

White with #B14410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14410; }

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

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

background-color css

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

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

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

border-color css

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

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

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