Html Css Color HEX #B14213 Rust

📋 copy color: '#B14213'

red 177 ◦ green 66 ◦ blue 19

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

Shades of Rust #B14213

Tints of Rust #B14213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.25%

R = 67.56%
G = 25.19%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B14213 (or 0xB14213) is known color: Rust. HEX triplet: B1, 42 and 13. RGB value is (177,66,19). Sum of RGB (Red+Green+Blue) = 177+66+19=262 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.56% from 262); Green value is 66 (26.17% from 255 or 25.19% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 177 - color contains mainly: red. Hex color #B14213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14213 is #4EBDEC. Grayscale: #5E5E5E. Windows color (decimal): -5160429 or 1262257. OLE color: 1262257.

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

Color convert

RGB 177 66 19 -
CMYK 0 0.63 0.89 0.31
HSL 17.85º 0.81% 0.38% -
HSV(B) 17.85º 0.89% 0.69% -
XYZ 20.2 13.29 2.12 -
YUV 93.83 85.77 187.32 -
System Red Green Blue C M Y K H S L
Decimal 177 66 19 0 0.63 0.89 0.31 17.85 0.81 0.38
Hex B1 42 13 0 3F 59 1F 12 51 26
Octal 261 102 23 0 77 131 37 22 121 46
Binary 10110001 1000010 10011 0 111111 1011001 11111 10010 1010001 100110

Color Harmonies of #B14213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14213

Black with #B14213

Text Example


Text Example

White with #B14213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14213; }

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

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

background-color css

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

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

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

border-color css

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

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

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