Html Css Color HEX #B05004 Rust

📋 copy color: '#B05004'

red 176 ◦ green 80 ◦ blue 4

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

Shades of Rust #B05004

Tints of Rust #B05004

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.77%

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

R = 67.69%
G = 30.77%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#B05004 (or 0xB05004) is known color: Rust. HEX triplet: B0, 50 and 04. RGB value is (176,80,4). Sum of RGB (Red+Green+Blue) = 176+80+4=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 80 (31.64% from 255 or 30.77% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B05004 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B05004 is #4FAFFB. Grayscale: #646464. Windows color (decimal): -5222396 or 282800. OLE color: 282800.

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

Color convert

RGB 176 80 4 -
CMYK 0 0.55 0.98 0.31
HSL 26.51º 0.96% 0.35% -
HSV(B) 26.51º 0.98% 0.69% -
XYZ 20.8 14.98 1.91 -
YUV 100.04 73.8 182.18 -
System Red Green Blue C M Y K H S L
Decimal 176 80 4 0 0.55 0.98 0.31 26.51 0.96 0.35
Hex B0 50 4 0 37 62 1F 1B 60 23
Octal 260 120 4 0 67 142 37 33 140 43
Binary 10110000 1010000 100 0 110111 1100010 11111 11011 1100000 100011

Color Harmonies of #B05004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05004

Black with #B05004

Text Example


Text Example

White with #B05004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05004; }

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

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

background-color css

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

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

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

border-color css

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

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

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