Html Css Color HEX #B84115 Rust

📋 copy color: '#B84115'

red 184 ◦ green 65 ◦ blue 21

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

Shades of Rust #B84115

Tints of Rust #B84115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.07%

 BLUE value IS 21 (8.59% from 255) = 7.78%

R = 68.15%
G = 24.07%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B84115 (or 0xB84115) is known color: Rust. HEX triplet: B8, 41 and 15. RGB value is (184,65,21). Sum of RGB (Red+Green+Blue) = 184+65+21=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B84115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B84115 is #47BEEA. Grayscale: #5F5F5F. Windows color (decimal): -4701931 or 1393080. OLE color: 1393080.

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

Color convert

RGB 184 65 21 -
CMYK 0 0.65 0.89 0.28
HSL 16.2º 0.8% 0.4% -
HSV(B) 16.2º 0.89% 0.72% -
XYZ 21.79 14.03 2.27 -
YUV 95.57 85.92 191.08 -
System Red Green Blue C M Y K H S L
Decimal 184 65 21 0 0.65 0.89 0.28 16.2 0.8 0.4
Hex B8 41 15 0 41 59 1C 10 50 28
Octal 270 101 25 0 101 131 34 20 120 50
Binary 10111000 1000001 10101 0 1000001 1011001 11100 10000 1010000 101000

Color Harmonies of #B84115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84115

Black with #B84115

Text Example


Text Example

White with #B84115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84115; }

 p { color: rgb(184,65,21); }

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

background-color css

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

 a { background-color: rgb(184,65,21); }

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

border-color css

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

 span { border-color: rgb(184,65,21); }

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