Html Css Color HEX #B84B13 Rust

📋 copy color: '#B84B13'

red 184 ◦ green 75 ◦ blue 19

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

Shades of Rust #B84B13

Tints of Rust #B84B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.83%

R = 66.19%
G = 26.98%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B84B13 (or 0xB84B13) is known color: Rust. HEX triplet: B8, 4B and 13. RGB value is (184,75,19). Sum of RGB (Red+Green+Blue) = 184+75+19=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84B13 is #47B4EC. Grayscale: #656565. Windows color (decimal): -4699373 or 1264568. OLE color: 1264568.

HSL color Cylindrical-coordinate representation of color #B84B13: hue angle of 20.36º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B84B13 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 75 19 -
CMYK 0 0.59 0.90 0.28
HSL 20.36º 0.81% 0.4% -
HSV(B) 20.36º 0.9% 0.72% -
XYZ 22.4 15.27 2.38 -
YUV 101.21 81.61 187.05 -
System Red Green Blue C M Y K H S L
Decimal 184 75 19 0 0.59 0.90 0.28 20.36 0.81 0.4
Hex B8 4B 13 0 3B 5A 1C 14 51 28
Octal 270 113 23 0 73 132 34 24 121 50
Binary 10111000 1001011 10011 0 111011 1011010 11100 10100 1010001 101000

Color Harmonies of #B84B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84B13

Black with #B84B13

Text Example


Text Example

White with #B84B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84B13; }

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

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

background-color css

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

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

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

border-color css

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

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

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