Html Css Color HEX #B8410C Rust

📋 copy color: '#B8410C'

red 184 ◦ green 65 ◦ blue 12

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

Shades of Rust #B8410C

Tints of Rust #B8410C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.6%

R = 70.5%
G = 24.9%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8410C (or 0xB8410C) is known color: Rust. HEX triplet: B8, 41 and 0C. RGB value is (184,65,12). Sum of RGB (Red+Green+Blue) = 184+65+12=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 12 (5.08% from 255 or 4.60% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B8410C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8410C is #47BEF3. Grayscale: #5E5E5E. Windows color (decimal): -4701940 or 803256. OLE color: 803256.

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

Color convert

RGB 184 65 12 -
CMYK 0 0.65 0.93 0.28
HSL 18.49º 0.88% 0.38% -
HSV(B) 18.49º 0.93% 0.72% -
XYZ 21.72 14 1.9 -
YUV 94.54 81.42 191.81 -
System Red Green Blue C M Y K H S L
Decimal 184 65 12 0 0.65 0.93 0.28 18.49 0.88 0.38
Hex B8 41 C 0 41 5D 1C 12 58 26
Octal 270 101 14 0 101 135 34 22 130 46
Binary 10111000 1000001 1100 0 1000001 1011101 11100 10010 1011000 100110

Color Harmonies of #B8410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8410C

Black with #B8410C

Text Example


Text Example

White with #B8410C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8410C; }

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

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

background-color css

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

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

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

border-color css

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

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

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