Html Css Color HEX #B04419 Rust

📋 copy color: '#B04419'

red 176 ◦ green 68 ◦ blue 25

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

Shades of Rust #B04419

Tints of Rust #B04419

RGB

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

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

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

R = 65.43%
G = 25.28%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B04419 (or 0xB04419) is known color: Rust. HEX triplet: B0, 44 and 19. RGB value is (176,68,25). Sum of RGB (Red+Green+Blue) = 176+68+25=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B04419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04419 is #4FBBE6. Grayscale: #5F5F5F. Windows color (decimal): -5225447 or 1655984. OLE color: 1655984.

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

Color convert

RGB 176 68 25 -
CMYK 0 0.61 0.86 0.31
HSL 17.09º 0.75% 0.39% -
HSV(B) 17.09º 0.86% 0.69% -
XYZ 20.15 13.43 2.45 -
YUV 95.39 88.28 185.5 -
System Red Green Blue C M Y K H S L
Decimal 176 68 25 0 0.61 0.86 0.31 17.09 0.75 0.39
Hex B0 44 19 0 3D 56 1F 11 4B 27
Octal 260 104 31 0 75 126 37 21 113 47
Binary 10110000 1000100 11001 0 111101 1010110 11111 10001 1001011 100111

Color Harmonies of #B04419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04419

Black with #B04419

Text Example


Text Example

White with #B04419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04419; }

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

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

background-color css

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

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

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

border-color css

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

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

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