Html Css Color HEX #B04D18 Rust

📋 copy color: '#B04D18'

red 176 ◦ green 77 ◦ blue 24

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

Shades of Rust #B04D18

Tints of Rust #B04D18

RGB

 RED value IS 176 (69.14% from 255) = 63.54%

 GREEN value IS 77 (30.47% from 255) = 27.8%

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

R = 63.54%
G = 27.8%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B04D18 (or 0xB04D18) is known color: Rust. HEX triplet: B0, 4D and 18. RGB value is (176,77,24). Sum of RGB (Red+Green+Blue) = 176+77+24=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 24 (9.77% from 255 or 8.66% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04D18 is #4FB2E7. Grayscale: #646464. Windows color (decimal): -5223144 or 1592752. OLE color: 1592752.

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

Color convert

RGB 176 77 24 -
CMYK 0 0.56 0.86 0.31
HSL 20.92º 0.76% 0.39% -
HSV(B) 20.92º 0.86% 0.69% -
XYZ 20.72 14.6 2.59 -
YUV 100.56 84.8 181.81 -
System Red Green Blue C M Y K H S L
Decimal 176 77 24 0 0.56 0.86 0.31 20.92 0.76 0.39
Hex B0 4D 18 0 38 56 1F 15 4C 27
Octal 260 115 30 0 70 126 37 25 114 47
Binary 10110000 1001101 11000 0 111000 1010110 11111 10101 1001100 100111

Color Harmonies of #B04D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04D18

Black with #B04D18

Text Example


Text Example

White with #B04D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04D18; }

 p { color: rgb(176,77,24); }

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

background-color css

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

 a { background-color: rgb(176,77,24); }

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

border-color css

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

 span { border-color: rgb(176,77,24); }

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