Html Css Color HEX #B84A02 Rust

📋 copy color: '#B84A02'

red 184 ◦ green 74 ◦ blue 2

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

Shades of Rust #B84A02

Tints of Rust #B84A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 70.77%
G = 28.46%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B84A02 (or 0xB84A02) is known color: Rust. HEX triplet: B8, 4A and 02. RGB value is (184,74,2). Sum of RGB (Red+Green+Blue) = 184+74+2=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B84A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84A02 is #47B5FD. Grayscale: #636363. Windows color (decimal): -4699646 or 150200. OLE color: 150200.

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

Color convert

RGB 184 74 2 -
CMYK 0 0.60 0.99 0.28
HSL 23.74º 0.98% 0.36% -
HSV(B) 23.74º 0.99% 0.72% -
XYZ 22.23 15.09 1.8 -
YUV 98.68 73.44 188.85 -
System Red Green Blue C M Y K H S L
Decimal 184 74 2 0 0.60 0.99 0.28 23.74 0.98 0.36
Hex B8 4A 2 0 3C 63 1C 18 62 24
Octal 270 112 2 0 74 143 34 30 142 44
Binary 10111000 1001010 10 0 111100 1100011 11100 11000 1100010 100100

Color Harmonies of #B84A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84A02

Black with #B84A02

Text Example


Text Example

White with #B84A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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