Html Css Color HEX #B04918 Rust

📋 copy color: '#B04918'

red 176 ◦ green 73 ◦ blue 24

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

Shades of Rust #B04918

Tints of Rust #B04918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.74%

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

R = 64.47%
G = 26.74%
B = 8.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B04918 (or 0xB04918) is known color: Rust. HEX triplet: B0, 49 and 18. RGB value is (176,73,24). Sum of RGB (Red+Green+Blue) = 176+73+24=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B04918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04918 is #4FB6E7. Grayscale: #626262. Windows color (decimal): -5224168 or 1591728. OLE color: 1591728.

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

Color convert

RGB 176 73 24 -
CMYK 0 0.59 0.86 0.31
HSL 19.34º 0.76% 0.39% -
HSV(B) 19.34º 0.86% 0.69% -
XYZ 20.45 14.06 2.5 -
YUV 98.21 86.12 183.48 -
System Red Green Blue C M Y K H S L
Decimal 176 73 24 0 0.59 0.86 0.31 19.34 0.76 0.39
Hex B0 49 18 0 3B 56 1F 13 4C 27
Octal 260 111 30 0 73 126 37 23 114 47
Binary 10110000 1001001 11000 0 111011 1010110 11111 10011 1001100 100111

Color Harmonies of #B04918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04918

Black with #B04918

Text Example


Text Example

White with #B04918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04918; }

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

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

background-color css

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

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

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

border-color css

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

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

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