Html Css Color HEX #B14218 Rust

📋 copy color: '#B14218'

red 177 ◦ green 66 ◦ blue 24

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

Shades of Rust #B14218

Tints of Rust #B14218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.99%

R = 66.29%
G = 24.72%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B14218 (or 0xB14218) is known color: Rust. HEX triplet: B1, 42 and 18. RGB value is (177,66,24). Sum of RGB (Red+Green+Blue) = 177+66+24=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 24 (9.77% from 255 or 8.99% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B14218 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14218 is #4EBDE7. Grayscale: #5E5E5E. Windows color (decimal): -5160424 or 1589937. OLE color: 1589937.

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

Color convert

RGB 177 66 24 -
CMYK 0 0.63 0.86 0.31
HSL 16.47º 0.76% 0.39% -
HSV(B) 16.47º 0.86% 0.69% -
XYZ 20.24 13.31 2.37 -
YUV 94.4 88.27 186.92 -
System Red Green Blue C M Y K H S L
Decimal 177 66 24 0 0.63 0.86 0.31 16.47 0.76 0.39
Hex B1 42 18 0 3F 56 1F 10 4C 27
Octal 261 102 30 0 77 126 37 20 114 47
Binary 10110001 1000010 11000 0 111111 1010110 11111 10000 1001100 100111

Color Harmonies of #B14218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14218

Black with #B14218

Text Example


Text Example

White with #B14218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14218; }

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

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

background-color css

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

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

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

border-color css

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

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

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