Html Css Color HEX #B04415 Rust

📋 copy color: '#B04415'

red 176 ◦ green 68 ◦ blue 21

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

Shades of Rust #B04415

Tints of Rust #B04415

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.66%

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

R = 66.42%
G = 25.66%
B = 7.92%

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

#B04415 (or 0xB04415) is known color: Rust. HEX triplet: B0, 44 and 15. RGB value is (176,68,21). Sum of RGB (Red+Green+Blue) = 176+68+21=265 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.42% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 176 - color contains mainly: red. Hex color #B04415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04415 is #4FBBEA. Grayscale: #5F5F5F. Windows color (decimal): -5225451 or 1393840. OLE color: 1393840.

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

Color convert

RGB 176 68 21 -
CMYK 0 0.61 0.88 0.31
HSL 18.19º 0.79% 0.39% -
HSV(B) 18.19º 0.88% 0.69% -
XYZ 20.11 13.42 2.24 -
YUV 94.93 86.28 185.82 -
System Red Green Blue C M Y K H S L
Decimal 176 68 21 0 0.61 0.88 0.31 18.19 0.79 0.39
Hex B0 44 15 0 3D 58 1F 12 4F 27
Octal 260 104 25 0 75 130 37 22 117 47
Binary 10110000 1000100 10101 0 111101 1011000 11111 10010 1001111 100111

Color Harmonies of #B04415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04415

Black with #B04415

Text Example


Text Example

White with #B04415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04415; }

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

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

background-color css

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

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

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

border-color css

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

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

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