Html Css Color HEX #B04919 Rust

📋 copy color: '#B04919'

red 176 ◦ green 73 ◦ blue 25

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

Shades of Rust #B04919

Tints of Rust #B04919

RGB

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

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

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

R = 64.23%
G = 26.64%
B = 9.12%

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

#B04919 (or 0xB04919) is known color: Rust. HEX triplet: B0, 49 and 19. RGB value is (176,73,25). Sum of RGB (Red+Green+Blue) = 176+73+25=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B04919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04919 is #4FB6E6. Grayscale: #626262. Windows color (decimal): -5224167 or 1657264. OLE color: 1657264.

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

Color convert

RGB 176 73 25 -
CMYK 0 0.59 0.86 0.31
HSL 19.07º 0.75% 0.39% -
HSV(B) 19.07º 0.86% 0.69% -
XYZ 20.46 14.07 2.56 -
YUV 98.33 86.62 183.4 -
System Red Green Blue C M Y K H S L
Decimal 176 73 25 0 0.59 0.86 0.31 19.07 0.75 0.39
Hex B0 49 19 0 3B 56 1F 13 4B 27
Octal 260 111 31 0 73 126 37 23 113 47
Binary 10110000 1001001 11001 0 111011 1010110 11111 10011 1001011 100111

Color Harmonies of #B04919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04919

Black with #B04919

Text Example


Text Example

White with #B04919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04919; }

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

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

background-color css

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

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

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

border-color css

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

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

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