Html Css Color HEX #B84200 Rust

📋 copy color: '#B84200'

red 184 ◦ green 66 ◦ blue 0

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

Shades of Rust #B84200

Tints of Rust #B84200

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.4%

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

R = 73.6%
G = 26.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#B84200 (or 0xB84200) is known color: Rust. HEX triplet: B8, 42 and 00. RGB value is (184,66,0). Sum of RGB (Red+Green+Blue) = 184+66+0=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B84200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84200 is #47BDFF. Grayscale: #5E5E5E. Windows color (decimal): -4701696 or 17080. OLE color: 17080.

HSL color Cylindrical-coordinate representation of color #B84200: hue angle of 21.52º 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 #B84200 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 66 0 -
CMYK 0 0.64 1 0.28
HSL 21.52º 1% 0.36% -
HSV(B) 21.52º 1% 0.72% -
XYZ 21.72 14.09 1.57 -
YUV 93.76 75.09 192.37 -
System Red Green Blue C M Y K H S L
Decimal 184 66 0 0 0.64 1 0.28 21.52 1 0.36
Hex B8 42 0 0 40 64 1C 16 64 24
Octal 270 102 0 0 100 144 34 26 144 44
Binary 10111000 1000010 0 0 1000000 1100100 11100 10110 1100100 100100

Color Harmonies of #B84200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84200

Black with #B84200

Text Example


Text Example

White with #B84200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84200; }

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

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

background-color css

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

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

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

border-color css

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

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

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