Html Css Color HEX #B8410F Rust

📋 copy color: '#B8410F'

red 184 ◦ green 65 ◦ blue 15

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

Shades of Rust #B8410F

Tints of Rust #B8410F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.68%

R = 69.7%
G = 24.62%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8410F (or 0xB8410F) is known color: Rust. HEX triplet: B8, 41 and 0F. RGB value is (184,65,15). Sum of RGB (Red+Green+Blue) = 184+65+15=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B8410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8410F is #47BEF0. Grayscale: #5F5F5F. Windows color (decimal): -4701937 or 999864. OLE color: 999864.

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

Color convert

RGB 184 65 15 -
CMYK 0 0.65 0.92 0.28
HSL 17.75º 0.85% 0.39% -
HSV(B) 17.75º 0.92% 0.72% -
XYZ 21.74 14.01 2.01 -
YUV 94.88 82.92 191.57 -
System Red Green Blue C M Y K H S L
Decimal 184 65 15 0 0.65 0.92 0.28 17.75 0.85 0.39
Hex B8 41 F 0 41 5C 1C 12 55 27
Octal 270 101 17 0 101 134 34 22 125 47
Binary 10111000 1000001 1111 0 1000001 1011100 11100 10010 1010101 100111

Color Harmonies of #B8410F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8410F

Black with #B8410F

Text Example


Text Example

White with #B8410F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8410F; }

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

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

background-color css

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

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

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

border-color css

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

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

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