Html Css Color HEX #B84301 Rust

📋 copy color: '#B84301'

red 184 ◦ green 67 ◦ blue 1

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

Shades of Rust #B84301

Tints of Rust #B84301

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.59%

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 73.02%
G = 26.59%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#B84301 (or 0xB84301) is known color: Rust. HEX triplet: B8, 43 and 01. RGB value is (184,67,1). Sum of RGB (Red+Green+Blue) = 184+67+1=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 67 (26.56% from 255 or 26.59% from 252); Blue value is 1 (0.78% from 255 or 0.40% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B84301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84301 is #47BCFE. Grayscale: #5E5E5E. Windows color (decimal): -4701439 or 82872. OLE color: 82872.

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

Color convert

RGB 184 67 1 -
CMYK 0 0.64 0.99 0.28
HSL 21.64º 0.99% 0.36% -
HSV(B) 21.64º 0.99% 0.72% -
XYZ 21.78 14.21 1.62 -
YUV 94.46 75.26 191.87 -
System Red Green Blue C M Y K H S L
Decimal 184 67 1 0 0.64 0.99 0.28 21.64 0.99 0.36
Hex B8 43 1 0 40 63 1C 16 63 24
Octal 270 103 1 0 100 143 34 26 143 44
Binary 10111000 1000011 1 0 1000000 1100011 11100 10110 1100011 100100

Color Harmonies of #B84301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84301

Black with #B84301

Text Example


Text Example

White with #B84301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84301; }

 p { color: rgb(184,67,1); }

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

background-color css

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

 a { background-color: rgb(184,67,1); }

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

border-color css

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

 span { border-color: rgb(184,67,1); }

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