Html Css Color HEX #B6410C Rust

📋 copy color: '#B6410C'

red 182 ◦ green 65 ◦ blue 12

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

Shades of Rust #B6410C

Tints of Rust #B6410C

RGB

 RED value IS 182 (71.48% from 255) = 70.27%

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

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

R = 70.27%
G = 25.1%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.29

RGB Variations

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

Color information

#B6410C (or 0xB6410C) is known color: Rust. HEX triplet: B6, 41 and 0C. RGB value is (182,65,12). Sum of RGB (Red+Green+Blue) = 182+65+12=259 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.27% from 259); Green value is 65 (25.78% from 255 or 25.10% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 182 - color contains mainly: red. Hex color #B6410C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6410C is #49BEF3. Grayscale: #5E5E5E. Windows color (decimal): -4833012 or 803254. OLE color: 803254.

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

Color convert

RGB 182 65 12 -
CMYK 0 0.64 0.93 0.29
HSL 18.71º 0.88% 0.38% -
HSV(B) 18.71º 0.93% 0.71% -
XYZ 21.25 13.75 1.88 -
YUV 93.94 81.76 190.81 -
System Red Green Blue C M Y K H S L
Decimal 182 65 12 0 0.64 0.93 0.29 18.71 0.88 0.38
Hex B6 41 C 0 40 5D 1D 13 58 26
Octal 266 101 14 0 100 135 35 23 130 46
Binary 10110110 1000001 1100 0 1000000 1011101 11101 10011 1011000 100110

Color Harmonies of #B6410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6410C

Black with #B6410C

Text Example


Text Example

White with #B6410C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6410C; }

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

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

background-color css

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

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

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

border-color css

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

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

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