Html Css Color HEX #B14518 Rust

📋 copy color: '#B14518'

red 177 ◦ green 69 ◦ blue 24

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

Shades of Rust #B14518

Tints of Rust #B14518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

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

R = 65.56%
G = 25.56%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B14518 (or 0xB14518) is known color: Rust. HEX triplet: B1, 45 and 18. RGB value is (177,69,24). Sum of RGB (Red+Green+Blue) = 177+69+24=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B14518 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B14518 is #4EBAE7. Grayscale: #606060. Windows color (decimal): -5159656 or 1590705. OLE color: 1590705.

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

Color convert

RGB 177 69 24 -
CMYK 0 0.61 0.86 0.31
HSL 17.65º 0.76% 0.39% -
HSV(B) 17.65º 0.86% 0.69% -
XYZ 20.42 13.67 2.43 -
YUV 96.16 87.28 185.66 -
System Red Green Blue C M Y K H S L
Decimal 177 69 24 0 0.61 0.86 0.31 17.65 0.76 0.39
Hex B1 45 18 0 3D 56 1F 12 4C 27
Octal 261 105 30 0 75 126 37 22 114 47
Binary 10110001 1000101 11000 0 111101 1010110 11111 10010 1001100 100111

Color Harmonies of #B14518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B14518

Black with #B14518

Text Example


Text Example

White with #B14518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B14518; }

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

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

background-color css

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

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

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

border-color css

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

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

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