Html Css Color HEX #B8411F Rust

📋 copy color: '#B8411F'

red 184 ◦ green 65 ◦ blue 31

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

Shades of Rust #B8411F

Tints of Rust #B8411F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.07%

R = 65.71%
G = 23.21%
B = 11.07%

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

#B8411F (or 0xB8411F) is known color: Rust. HEX triplet: B8, 41 and 1F. RGB value is (184,65,31). Sum of RGB (Red+Green+Blue) = 184+65+31=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B8411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8411F is #47BEE0. Grayscale: #606060. Windows color (decimal): -4701921 or 2048440. OLE color: 2048440.

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

Color convert

RGB 184 65 31 -
CMYK 0 0.65 0.83 0.28
HSL 13.33º 0.71% 0.42% -
HSV(B) 13.33º 0.83% 0.72% -
XYZ 21.9 14.07 2.86 -
YUV 96.71 90.92 190.26 -
System Red Green Blue C M Y K H S L
Decimal 184 65 31 0 0.65 0.83 0.28 13.33 0.71 0.42
Hex B8 41 1F 0 41 53 1C D 47 2A
Octal 270 101 37 0 101 123 34 15 107 52
Binary 10111000 1000001 11111 0 1000001 1010011 11100 1101 1000111 101010

Color Harmonies of #B8411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8411F

Black with #B8411F

Text Example


Text Example

White with #B8411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8411F; }

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

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

background-color css

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

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

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

border-color css

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

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

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