Html Css Color HEX #B84B02 Rust

📋 copy color: '#B84B02'

red 184 ◦ green 75 ◦ blue 2

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

Shades of Rust #B84B02

Tints of Rust #B84B02

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.74%

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

R = 70.5%
G = 28.74%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B84B02 (or 0xB84B02) is known color: Rust. HEX triplet: B8, 4B and 02. RGB value is (184,75,2). Sum of RGB (Red+Green+Blue) = 184+75+2=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84B02 is #47B4FD. Grayscale: #636363. Windows color (decimal): -4699390 or 150456. OLE color: 150456.

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

Color convert

RGB 184 75 2 -
CMYK 0 0.59 0.99 0.28
HSL 24.07º 0.98% 0.36% -
HSV(B) 24.07º 0.99% 0.72% -
XYZ 22.29 15.23 1.82 -
YUV 99.27 73.11 188.44 -
System Red Green Blue C M Y K H S L
Decimal 184 75 2 0 0.59 0.99 0.28 24.07 0.98 0.36
Hex B8 4B 2 0 3B 63 1C 18 62 24
Octal 270 113 2 0 73 143 34 30 142 44
Binary 10111000 1001011 10 0 111011 1100011 11100 11000 1100010 100100

Color Harmonies of #B84B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84B02

Black with #B84B02

Text Example


Text Example

White with #B84B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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