Html Css Color HEX #B8421B Rust

📋 copy color: '#B8421B'

red 184 ◦ green 66 ◦ blue 27

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

Shades of Rust #B8421B

Tints of Rust #B8421B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.75%

R = 66.43%
G = 23.83%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8421B (or 0xB8421B) is known color: Rust. HEX triplet: B8, 42 and 1B. RGB value is (184,66,27). Sum of RGB (Red+Green+Blue) = 184+66+27=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B8421B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8421B is #47BDE4. Grayscale: #616161. Windows color (decimal): -4701669 or 1786552. OLE color: 1786552.

HSL color Cylindrical-coordinate representation of color #B8421B: hue angle of 14.9º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B8421B is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 66 27 -
CMYK 0 0.64 0.85 0.28
HSL 14.9º 0.74% 0.41% -
HSV(B) 14.9º 0.85% 0.72% -
XYZ 21.91 14.17 2.62 -
YUV 96.84 88.59 190.17 -
System Red Green Blue C M Y K H S L
Decimal 184 66 27 0 0.64 0.85 0.28 14.9 0.74 0.41
Hex B8 42 1B 0 40 55 1C F 4A 29
Octal 270 102 33 0 100 125 34 17 112 51
Binary 10111000 1000010 11011 0 1000000 1010101 11100 1111 1001010 101001

Color Harmonies of #B8421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8421B

Black with #B8421B

Text Example


Text Example

White with #B8421B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8421B; }

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

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

background-color css

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

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

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

border-color css

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

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

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