Html Css Color HEX #B8421F Rust

📋 copy color: '#B8421F'

red 184 ◦ green 66 ◦ blue 31

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

Shades of Rust #B8421F

Tints of Rust #B8421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.49%

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

R = 65.48%
G = 23.49%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B8421F (or 0xB8421F) is known color: Rust. HEX triplet: B8, 42 and 1F. RGB value is (184,66,31). Sum of RGB (Red+Green+Blue) = 184+66+31=281 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.48% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 31 (12.5% from 255 or 11.03% from 281); Max value from RGB is 184 - color contains mainly: red. Hex color #B8421F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8421F is #47BDE0. Grayscale: #616161. Windows color (decimal): -4701665 or 2048696. OLE color: 2048696.

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

Color convert

RGB 184 66 31 -
CMYK 0 0.64 0.83 0.28
HSL 13.73º 0.71% 0.42% -
HSV(B) 13.73º 0.83% 0.72% -
XYZ 21.96 14.19 2.88 -
YUV 97.29 90.59 189.85 -
System Red Green Blue C M Y K H S L
Decimal 184 66 31 0 0.64 0.83 0.28 13.73 0.71 0.42
Hex B8 42 1F 0 40 53 1C E 47 2A
Octal 270 102 37 0 100 123 34 16 107 52
Binary 10111000 1000010 11111 0 1000000 1010011 11100 1110 1000111 101010

Color Harmonies of #B8421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8421F

Black with #B8421F

Text Example


Text Example

White with #B8421F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8421F; }

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

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

background-color css

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

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

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

border-color css

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

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

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