Html Css Color HEX #B8401E Rust

📋 copy color: '#B8401E'

red 184 ◦ green 64 ◦ blue 30

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

Shades of Rust #B8401E

Tints of Rust #B8401E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.79%

R = 66.19%
G = 23.02%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8401E (or 0xB8401E) is known color: Rust. HEX triplet: B8, 40 and 1E. RGB value is (184,64,30). Sum of RGB (Red+Green+Blue) = 184+64+30=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B8401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8401E is #47BFE1. Grayscale: #606060. Windows color (decimal): -4702178 or 1982648. OLE color: 1982648.

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

Color convert

RGB 184 64 30 -
CMYK 0 0.65 0.84 0.28
HSL 13.25º 0.72% 0.42% -
HSV(B) 13.25º 0.84% 0.72% -
XYZ 21.83 13.95 2.77 -
YUV 96 90.76 190.76 -
System Red Green Blue C M Y K H S L
Decimal 184 64 30 0 0.65 0.84 0.28 13.25 0.72 0.42
Hex B8 40 1E 0 41 54 1C D 48 2A
Octal 270 100 36 0 101 124 34 15 110 52
Binary 10111000 1000000 11110 0 1000001 1010100 11100 1101 1001000 101010

Color Harmonies of #B8401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8401E

Black with #B8401E

Text Example


Text Example

White with #B8401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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