Html Css Color HEX #B14313 Rust

📋 copy color: '#B14313'

red 177 ◦ green 67 ◦ blue 19

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

Shades of Rust #B14313

Tints of Rust #B14313

RGB

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

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

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

R = 67.3%
G = 25.48%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#B14313 (or 0xB14313) is known color: Rust. HEX triplet: B1, 43 and 13. RGB value is (177,67,19). Sum of RGB (Red+Green+Blue) = 177+67+19=263 (34% of max value = 765). Red value is 177 (69.53% from 255 or 67.30% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 177 - color contains mainly: red. Hex color #B14313 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14313 is #4EBCEC. Grayscale: #5E5E5E. Windows color (decimal): -5160173 or 1262513. OLE color: 1262513.

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

Color convert

RGB 177 67 19 -
CMYK 0 0.62 0.89 0.31
HSL 18.23º 0.81% 0.38% -
HSV(B) 18.23º 0.89% 0.69% -
XYZ 20.26 13.41 2.14 -
YUV 94.42 85.44 186.9 -
System Red Green Blue C M Y K H S L
Decimal 177 67 19 0 0.62 0.89 0.31 18.23 0.81 0.38
Hex B1 43 13 0 3E 59 1F 12 51 26
Octal 261 103 23 0 76 131 37 22 121 46
Binary 10110001 1000011 10011 0 111110 1011001 11111 10010 1010001 100110

Color Harmonies of #B14313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14313

Black with #B14313

Text Example


Text Example

White with #B14313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14313; }

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

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

background-color css

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

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

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

border-color css

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

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

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