Html Css Color HEX #B04F15 Rust

📋 copy color: '#B04F15'

red 176 ◦ green 79 ◦ blue 21

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

Shades of Rust #B04F15

Tints of Rust #B04F15

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.62%

 BLUE value IS 21 (8.59% from 255) = 7.61%

R = 63.77%
G = 28.62%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B04F15 (or 0xB04F15) is known color: Rust. HEX triplet: B0, 4F and 15. RGB value is (176,79,21). Sum of RGB (Red+Green+Blue) = 176+79+21=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 79 (31.25% from 255 or 28.62% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B04F15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04F15 is #4FB0EA. Grayscale: #656565. Windows color (decimal): -5222635 or 1396656. OLE color: 1396656.

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

Color convert

RGB 176 79 21 -
CMYK 0 0.55 0.88 0.31
HSL 22.45º 0.79% 0.39% -
HSV(B) 22.45º 0.88% 0.69% -
XYZ 20.84 14.88 2.48 -
YUV 101.39 82.64 181.22 -
System Red Green Blue C M Y K H S L
Decimal 176 79 21 0 0.55 0.88 0.31 22.45 0.79 0.39
Hex B0 4F 15 0 37 58 1F 16 4F 27
Octal 260 117 25 0 67 130 37 26 117 47
Binary 10110000 1001111 10101 0 110111 1011000 11111 10110 1001111 100111

Color Harmonies of #B04F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04F15

Black with #B04F15

Text Example


Text Example

White with #B04F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04F15; }

 p { color: rgb(176,79,21); }

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

background-color css

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

 a { background-color: rgb(176,79,21); }

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

border-color css

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

 span { border-color: rgb(176,79,21); }

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