Html Css Color HEX #B14212 Rust

📋 copy color: '#B14212'

red 177 ◦ green 66 ◦ blue 18

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

Shades of Rust #B14212

Tints of Rust #B14212

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.29%

 BLUE value IS 18 (7.42% from 255) = 6.9%

R = 67.82%
G = 25.29%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#B14212 (or 0xB14212) is known color: Rust. HEX triplet: B1, 42 and 12. RGB value is (177,66,18). Sum of RGB (Red+Green+Blue) = 177+66+18=261 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.82% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 177 - color contains mainly: red. Hex color #B14212 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14212 is #4EBDED. Grayscale: #5E5E5E. Windows color (decimal): -5160430 or 1196721. OLE color: 1196721.

HSL color Cylindrical-coordinate representation of color #B14212: hue angle of 18.11º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B14212 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 66 18 -
CMYK 0 0.63 0.90 0.31
HSL 18.11º 0.82% 0.38% -
HSV(B) 18.11º 0.9% 0.69% -
XYZ 20.19 13.29 2.07 -
YUV 93.72 85.27 187.4 -
System Red Green Blue C M Y K H S L
Decimal 177 66 18 0 0.63 0.90 0.31 18.11 0.82 0.38
Hex B1 42 12 0 3F 5A 1F 12 52 26
Octal 261 102 22 0 77 132 37 22 122 46
Binary 10110001 1000010 10010 0 111111 1011010 11111 10010 1010010 100110

Color Harmonies of #B14212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14212

Black with #B14212

Text Example


Text Example

White with #B14212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14212; }

 p { color: rgb(177,66,18); }

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

background-color css

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

 a { background-color: rgb(177,66,18); }

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

border-color css

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

 span { border-color: rgb(177,66,18); }

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