Html Css Color HEX #B84020 Rust

📋 copy color: '#B84020'

red 184 ◦ green 64 ◦ blue 32

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

Shades of Rust #B84020

Tints of Rust #B84020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.86%

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 65.71%
G = 22.86%
B = 11.43%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B84020 (or 0xB84020) is known color: Rust. HEX triplet: B8, 40 and 20. RGB value is (184,64,32). Sum of RGB (Red+Green+Blue) = 184+64+32=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 64 (25.39% from 255 or 22.86% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B84020 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84020 is #47BFDF. Grayscale: #606060. Windows color (decimal): -4702176 or 2113720. OLE color: 2113720.

HSL color Cylindrical-coordinate representation of color #B84020: hue angle of 12.63º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B84020 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 64 32 -
CMYK 0 0.65 0.83 0.28
HSL 12.63º 0.7% 0.42% -
HSV(B) 12.63º 0.83% 0.72% -
XYZ 21.86 13.96 2.91 -
YUV 96.23 91.76 190.6 -
System Red Green Blue C M Y K H S L
Decimal 184 64 32 0 0.65 0.83 0.28 12.63 0.7 0.42
Hex B8 40 20 0 41 53 1C D 46 2A
Octal 270 100 40 0 101 123 34 15 106 52
Binary 10111000 1000000 100000 0 1000001 1010011 11100 1101 1000110 101010

Color Harmonies of #B84020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84020

Black with #B84020

Text Example


Text Example

White with #B84020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84020; }

 p { color: rgb(184,64,32); }

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

background-color css

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

 a { background-color: rgb(184,64,32); }

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

border-color css

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

 span { border-color: rgb(184,64,32); }

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