Html Css Color HEX #B04119 Rust

📋 copy color: '#B04119'

red 176 ◦ green 65 ◦ blue 25

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

Shades of Rust #B04119

Tints of Rust #B04119

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.44%

 BLUE value IS 25 (10.16% from 255) = 9.4%

R = 66.17%
G = 24.44%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B04119 (or 0xB04119) is known color: Rust. HEX triplet: B0, 41 and 19. RGB value is (176,65,25). Sum of RGB (Red+Green+Blue) = 176+65+25=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 65 (25.78% from 255 or 24.44% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B04119 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04119 is #4FBEE6. Grayscale: #5D5D5D. Windows color (decimal): -5226215 or 1655216. OLE color: 1655216.

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

Color convert

RGB 176 65 25 -
CMYK 0 0.63 0.86 0.31
HSL 15.89º 0.75% 0.39% -
HSV(B) 15.89º 0.86% 0.69% -
XYZ 19.97 13.08 2.39 -
YUV 93.63 89.27 186.75 -
System Red Green Blue C M Y K H S L
Decimal 176 65 25 0 0.63 0.86 0.31 15.89 0.75 0.39
Hex B0 41 19 0 3F 56 1F 10 4B 27
Octal 260 101 31 0 77 126 37 20 113 47
Binary 10110000 1000001 11001 0 111111 1010110 11111 10000 1001011 100111

Color Harmonies of #B04119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04119

Black with #B04119

Text Example


Text Example

White with #B04119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04119; }

 p { color: rgb(176,65,25); }

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

background-color css

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

 a { background-color: rgb(176,65,25); }

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

border-color css

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

 span { border-color: rgb(176,65,25); }

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