Html Css Color HEX #B84600 Rust

📋 copy color: '#B84600'

red 184 ◦ green 70 ◦ blue 0

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

Shades of Rust #B84600

Tints of Rust #B84600

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.56%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.44%
G = 27.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B84600 (or 0xB84600) is known color: Rust. HEX triplet: B8, 46 and 00. RGB value is (184,70,0). Sum of RGB (Red+Green+Blue) = 184+70+0=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B84600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84600 is #47B9FF. Grayscale: #606060. Windows color (decimal): -4700672 or 18104. OLE color: 18104.

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

Color convert

RGB 184 70 0 -
CMYK 0 0.62 1 0.28
HSL 22.83º 1% 0.36% -
HSV(B) 22.83º 1% 0.72% -
XYZ 21.96 14.57 1.66 -
YUV 96.11 73.77 190.69 -
System Red Green Blue C M Y K H S L
Decimal 184 70 0 0 0.62 1 0.28 22.83 1 0.36
Hex B8 46 0 0 3E 64 1C 17 64 24
Octal 270 106 0 0 76 144 34 27 144 44
Binary 10111000 1000110 0 0 111110 1100100 11100 10111 1100100 100100

Color Harmonies of #B84600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84600

Black with #B84600

Text Example


Text Example

White with #B84600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84600; }

 p { color: rgb(184,70,0); }

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

background-color css

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

 a { background-color: rgb(184,70,0); }

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

border-color css

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

 span { border-color: rgb(184,70,0); }

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