Html Css Color HEX #B84505 Rust

📋 copy color: '#B84505'

red 184 ◦ green 69 ◦ blue 5

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

Shades of Rust #B84505

Tints of Rust #B84505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.94%

R = 71.32%
G = 26.74%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.97

 K value IS 0.28

RGB Variations

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

Color information

#B84505 (or 0xB84505) is known color: Rust. HEX triplet: B8, 45 and 05. RGB value is (184,69,5). Sum of RGB (Red+Green+Blue) = 184+69+5=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B84505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84505 is #47BAFA. Grayscale: #606060. Windows color (decimal): -4700923 or 345528. OLE color: 345528.

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

Color convert

RGB 184 69 5 -
CMYK 0 0.62 0.97 0.28
HSL 21.45º 0.95% 0.37% -
HSV(B) 21.45º 0.97% 0.72% -
XYZ 21.92 14.46 1.78 -
YUV 96.09 76.6 190.7 -
System Red Green Blue C M Y K H S L
Decimal 184 69 5 0 0.62 0.97 0.28 21.45 0.95 0.37
Hex B8 45 5 0 3E 61 1C 15 5F 25
Octal 270 105 5 0 76 141 34 25 137 45
Binary 10111000 1000101 101 0 111110 1100001 11100 10101 1011111 100101

Color Harmonies of #B84505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84505

Black with #B84505

Text Example


Text Example

White with #B84505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84505; }

 p { color: rgb(184,69,5); }

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

background-color css

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

 a { background-color: rgb(184,69,5); }

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

border-color css

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

 span { border-color: rgb(184,69,5); }

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