Html Css Color HEX #B8401A Rust

📋 copy color: '#B8401A'

red 184 ◦ green 64 ◦ blue 26

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

Shades of Rust #B8401A

Tints of Rust #B8401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.49%

R = 67.15%
G = 23.36%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B8401A (or 0xB8401A) is known color: Rust. HEX triplet: B8, 40 and 1A. RGB value is (184,64,26). Sum of RGB (Red+Green+Blue) = 184+64+26=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B8401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8401A is #47BFE5. Grayscale: #5F5F5F. Windows color (decimal): -4702182 or 1720504. OLE color: 1720504.

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

Color convert

RGB 184 64 26 -
CMYK 0 0.65 0.86 0.28
HSL 14.43º 0.75% 0.41% -
HSV(B) 14.43º 0.86% 0.72% -
XYZ 21.79 13.93 2.52 -
YUV 95.55 88.76 191.09 -
System Red Green Blue C M Y K H S L
Decimal 184 64 26 0 0.65 0.86 0.28 14.43 0.75 0.41
Hex B8 40 1A 0 41 56 1C E 4B 29
Octal 270 100 32 0 101 126 34 16 113 51
Binary 10111000 1000000 11010 0 1000001 1010110 11100 1110 1001011 101001

Color Harmonies of #B8401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8401A

Black with #B8401A

Text Example


Text Example

White with #B8401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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