Html Css Color HEX #B04504 Rust

📋 copy color: '#B04504'

red 176 ◦ green 69 ◦ blue 4

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

Shades of Rust #B04504

Tints of Rust #B04504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.71%

 BLUE value IS 4 (1.95% from 255) = 1.61%

R = 70.68%
G = 27.71%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B04504 (or 0xB04504) is known color: Rust. HEX triplet: B0, 45 and 04. RGB value is (176,69,4). Sum of RGB (Red+Green+Blue) = 176+69+4=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 69 (27.34% from 255 or 27.71% from 249); Blue value is 4 (1.95% from 255 or 1.61% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B04504 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04504 is #4FBAFB. Grayscale: #5D5D5D. Windows color (decimal): -5225212 or 279984. OLE color: 279984.

HSL color Cylindrical-coordinate representation of color #B04504: hue angle of 22.67º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B04504 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 69 4 -
CMYK 0 0.61 0.98 0.31
HSL 22.67º 0.96% 0.35% -
HSV(B) 22.67º 0.98% 0.69% -
XYZ 20.05 13.5 1.66 -
YUV 93.58 77.45 186.79 -
System Red Green Blue C M Y K H S L
Decimal 176 69 4 0 0.61 0.98 0.31 22.67 0.96 0.35
Hex B0 45 4 0 3D 62 1F 17 60 23
Octal 260 105 4 0 75 142 37 27 140 43
Binary 10110000 1000101 100 0 111101 1100010 11111 10111 1100000 100011

Color Harmonies of #B04504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04504

Black with #B04504

Text Example


Text Example

White with #B04504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04504; }

 p { color: rgb(176,69,4); }

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

background-color css

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

 a { background-color: rgb(176,69,4); }

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

border-color css

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

 span { border-color: rgb(176,69,4); }

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