Html Css Color HEX #B8411D Rust

📋 copy color: '#B8411D'

red 184 ◦ green 65 ◦ blue 29

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

Shades of Rust #B8411D

Tints of Rust #B8411D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.38%

 BLUE value IS 29 (11.72% from 255) = 10.43%

R = 66.19%
G = 23.38%
B = 10.43%

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

#B8411D (or 0xB8411D) is known color: Rust. HEX triplet: B8, 41 and 1D. RGB value is (184,65,29). Sum of RGB (Red+Green+Blue) = 184+65+29=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B8411D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8411D is #47BEE2. Grayscale: #606060. Windows color (decimal): -4701923 or 1917368. OLE color: 1917368.

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

Color convert

RGB 184 65 29 -
CMYK 0 0.65 0.84 0.28
HSL 13.94º 0.73% 0.42% -
HSV(B) 13.94º 0.84% 0.72% -
XYZ 21.88 14.06 2.72 -
YUV 96.48 89.92 190.43 -
System Red Green Blue C M Y K H S L
Decimal 184 65 29 0 0.65 0.84 0.28 13.94 0.73 0.42
Hex B8 41 1D 0 41 54 1C E 49 2A
Octal 270 101 35 0 101 124 34 16 111 52
Binary 10111000 1000001 11101 0 1000001 1010100 11100 1110 1001001 101010

Color Harmonies of #B8411D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8411D

Black with #B8411D

Text Example


Text Example

White with #B8411D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8411D; }

 p { color: rgb(184,65,29); }

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

background-color css

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

 a { background-color: rgb(184,65,29); }

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

border-color css

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

 span { border-color: rgb(184,65,29); }

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