Html Css Color HEX #B8401B Rust

📋 copy color: '#B8401B'

red 184 ◦ green 64 ◦ blue 27

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

Shades of Rust #B8401B

Tints of Rust #B8401B

RGB

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

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

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

R = 66.91%
G = 23.27%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8401B (or 0xB8401B) is known color: Rust. HEX triplet: B8, 40 and 1B. RGB value is (184,64,27). Sum of RGB (Red+Green+Blue) = 184+64+27=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B8401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8401B is #47BFE4. Grayscale: #5F5F5F. Windows color (decimal): -4702181 or 1786040. OLE color: 1786040.

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

Color convert

RGB 184 64 27 -
CMYK 0 0.65 0.85 0.28
HSL 14.14º 0.74% 0.41% -
HSV(B) 14.14º 0.85% 0.72% -
XYZ 21.8 13.94 2.58 -
YUV 95.66 89.26 191.01 -
System Red Green Blue C M Y K H S L
Decimal 184 64 27 0 0.65 0.85 0.28 14.14 0.74 0.41
Hex B8 40 1B 0 41 55 1C E 4A 29
Octal 270 100 33 0 101 125 34 16 112 51
Binary 10111000 1000000 11011 0 1000001 1010101 11100 1110 1001010 101001

Color Harmonies of #B8401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8401B

Black with #B8401B

Text Example


Text Example

White with #B8401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8401B; }

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

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

background-color css

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

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

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

border-color css

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

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

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