Html Css Color HEX #B04319 Rust

📋 copy color: '#B04319'

red 176 ◦ green 67 ◦ blue 25

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

Shades of Rust #B04319

Tints of Rust #B04319

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25%

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

R = 65.67%
G = 25%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B04319 (or 0xB04319) is known color: Rust. HEX triplet: B0, 43 and 19. RGB value is (176,67,25). Sum of RGB (Red+Green+Blue) = 176+67+25=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 67 (26.56% from 255 or 25% from 268); Blue value is 25 (10.16% from 255 or 9.33% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B04319 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04319 is #4FBCE6. Grayscale: #5F5F5F. Windows color (decimal): -5225703 or 1655728. OLE color: 1655728.

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

Color convert

RGB 176 67 25 -
CMYK 0 0.62 0.86 0.31
HSL 16.69º 0.75% 0.39% -
HSV(B) 16.69º 0.86% 0.69% -
XYZ 20.09 13.31 2.43 -
YUV 94.8 88.61 185.92 -
System Red Green Blue C M Y K H S L
Decimal 176 67 25 0 0.62 0.86 0.31 16.69 0.75 0.39
Hex B0 43 19 0 3E 56 1F 11 4B 27
Octal 260 103 31 0 76 126 37 21 113 47
Binary 10110000 1000011 11001 0 111110 1010110 11111 10001 1001011 100111

Color Harmonies of #B04319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04319

Black with #B04319

Text Example


Text Example

White with #B04319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04319; }

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

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

background-color css

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

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

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

border-color css

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

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

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