Html Css Color HEX #B85004 Rust

📋 copy color: '#B85004'

red 184 ◦ green 80 ◦ blue 4

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

Shades of Rust #B85004

Tints of Rust #B85004

RGB

 RED value IS 184 (72.27% from 255) = 68.66%

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

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

R = 68.66%
G = 29.85%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.98

 K value IS 0.28

RGB Variations

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

Color information

#B85004 (or 0xB85004) is known color: Rust. HEX triplet: B8, 50 and 04. RGB value is (184,80,4). Sum of RGB (Red+Green+Blue) = 184+80+4=268 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.66% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 184 - color contains mainly: red. Hex color #B85004 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B85004 is #47AFFB. Grayscale: #666666. Windows color (decimal): -4698108 or 282808. OLE color: 282808.

HSL color Cylindrical-coordinate representation of color #B85004: hue angle of 25.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B85004 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 80 4 -
CMYK 0 0.57 0.98 0.28
HSL 25.33º 0.96% 0.37% -
HSV(B) 25.33º 0.98% 0.72% -
XYZ 22.66 15.94 2 -
YUV 102.43 72.46 186.18 -
System Red Green Blue C M Y K H S L
Decimal 184 80 4 0 0.57 0.98 0.28 25.33 0.96 0.37
Hex B8 50 4 0 39 62 1C 19 60 25
Octal 270 120 4 0 71 142 34 31 140 45
Binary 10111000 1010000 100 0 111001 1100010 11100 11001 1100000 100101

Color Harmonies of #B85004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85004

Black with #B85004

Text Example


Text Example

White with #B85004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85004; }

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

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

background-color css

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

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

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

border-color css

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

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

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