Html Css Color HEX #B84A08 Rust

📋 copy color: '#B84A08'

red 184 ◦ green 74 ◦ blue 8

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

Shades of Rust #B84A08

Tints of Rust #B84A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.82%

 BLUE value IS 8 (3.52% from 255) = 3.01%

R = 69.17%
G = 27.82%
B = 3.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.28

RGB Variations

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

Color information

#B84A08 (or 0xB84A08) is known color: Rust. HEX triplet: B8, 4A and 08. RGB value is (184,74,8). Sum of RGB (Red+Green+Blue) = 184+74+8=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 8 (3.52% from 255 or 3.01% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84A08 is #47B5F7. Grayscale: #636363. Windows color (decimal): -4699640 or 543416. OLE color: 543416.

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

Color convert

RGB 184 74 8 -
CMYK 0 0.60 0.96 0.28
HSL 22.5º 0.92% 0.38% -
HSV(B) 22.5º 0.96% 0.72% -
XYZ 22.26 15.11 1.97 -
YUV 99.37 76.44 188.37 -
System Red Green Blue C M Y K H S L
Decimal 184 74 8 0 0.60 0.96 0.28 22.5 0.92 0.38
Hex B8 4A 8 0 3C 60 1C 16 5C 26
Octal 270 112 10 0 74 140 34 26 134 46
Binary 10111000 1001010 1000 0 111100 1100000 11100 10110 1011100 100110

Color Harmonies of #B84A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A08

Black with #B84A08

Text Example


Text Example

White with #B84A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A08; }

 p { color: rgb(184,74,8); }

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

background-color css

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

 a { background-color: rgb(184,74,8); }

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

border-color css

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

 span { border-color: rgb(184,74,8); }

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