Html Css Color HEX #B8441A Rust

📋 copy color: '#B8441A'

red 184 ◦ green 68 ◦ blue 26

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

Shades of Rust #B8441A

Tints of Rust #B8441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.46%

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

R = 66.19%
G = 24.46%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B8441A (or 0xB8441A) is known color: Rust. HEX triplet: B8, 44 and 1A. RGB value is (184,68,26). Sum of RGB (Red+Green+Blue) = 184+68+26=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 68 (26.95% from 255 or 24.46% from 278); Blue value is 26 (10.55% from 255 or 9.35% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B8441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8441A is #47BBE5. Grayscale: #626262. Windows color (decimal): -4701158 or 1721528. OLE color: 1721528.

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

Color convert

RGB 184 68 26 -
CMYK 0 0.63 0.86 0.28
HSL 15.95º 0.75% 0.41% -
HSV(B) 15.95º 0.86% 0.72% -
XYZ 22.02 14.4 2.6 -
YUV 97.9 87.43 189.42 -
System Red Green Blue C M Y K H S L
Decimal 184 68 26 0 0.63 0.86 0.28 15.95 0.75 0.41
Hex B8 44 1A 0 3F 56 1C 10 4B 29
Octal 270 104 32 0 77 126 34 20 113 51
Binary 10111000 1000100 11010 0 111111 1010110 11100 10000 1001011 101001

Color Harmonies of #B8441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8441A

Black with #B8441A

Text Example


Text Example

White with #B8441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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