Html Css Color HEX #B64410 Rust

📋 copy color: '#B64410'

red 182 ◦ green 68 ◦ blue 16

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

Shades of Rust #B64410

Tints of Rust #B64410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.02%

R = 68.42%
G = 25.56%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B64410 (or 0xB64410) is known color: Rust. HEX triplet: B6, 44 and 10. RGB value is (182,68,16). Sum of RGB (Red+Green+Blue) = 182+68+16=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B64410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64410 is #49BBEF. Grayscale: #606060. Windows color (decimal): -4832240 or 1066166. OLE color: 1066166.

HSL color Cylindrical-coordinate representation of color #B64410: hue angle of 18.8º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B64410 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 68 16 -
CMYK 0 0.63 0.91 0.29
HSL 18.8º 0.84% 0.39% -
HSV(B) 18.8º 0.91% 0.71% -
XYZ 21.45 14.12 2.08 -
YUV 96.16 82.77 189.23 -
System Red Green Blue C M Y K H S L
Decimal 182 68 16 0 0.63 0.91 0.29 18.8 0.84 0.39
Hex B6 44 10 0 3F 5B 1D 13 54 27
Octal 266 104 20 0 77 133 35 23 124 47
Binary 10110110 1000100 10000 0 111111 1011011 11101 10011 1010100 100111

Color Harmonies of #B64410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64410

Black with #B64410

Text Example


Text Example

White with #B64410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64410; }

 p { color: rgb(182,68,16); }

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

background-color css

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

 a { background-color: rgb(182,68,16); }

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

border-color css

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

 span { border-color: rgb(182,68,16); }

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