Html Css Color HEX #B04515 Rust

📋 copy color: '#B04515'

red 176 ◦ green 69 ◦ blue 21

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

Shades of Rust #B04515

Tints of Rust #B04515

RGB

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

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

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

R = 66.17%
G = 25.94%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#B04515 (or 0xB04515) is known color: Rust. HEX triplet: B0, 45 and 15. RGB value is (176,69,21). Sum of RGB (Red+Green+Blue) = 176+69+21=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 69 (27.34% from 255 or 25.94% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B04515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04515 is #4FBAEA. Grayscale: #5F5F5F. Windows color (decimal): -5225195 or 1394096. OLE color: 1394096.

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

Color convert

RGB 176 69 21 -
CMYK 0 0.61 0.88 0.31
HSL 18.58º 0.79% 0.39% -
HSV(B) 18.58º 0.88% 0.69% -
XYZ 20.17 13.54 2.26 -
YUV 95.52 85.95 185.4 -
System Red Green Blue C M Y K H S L
Decimal 176 69 21 0 0.61 0.88 0.31 18.58 0.79 0.39
Hex B0 45 15 0 3D 58 1F 13 4F 27
Octal 260 105 25 0 75 130 37 23 117 47
Binary 10110000 1000101 10101 0 111101 1011000 11111 10011 1001111 100111

Color Harmonies of #B04515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04515

Black with #B04515

Text Example


Text Example

White with #B04515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04515; }

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

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

background-color css

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

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

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

border-color css

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

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

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