Html Css Color HEX #B64610 Rust

📋 copy color: '#B64610'

red 182 ◦ green 70 ◦ blue 16

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

Shades of Rust #B64610

Tints of Rust #B64610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.12%

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

R = 67.91%
G = 26.12%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B64610 (or 0xB64610) is known color: Rust. HEX triplet: B6, 46 and 10. RGB value is (182,70,16). Sum of RGB (Red+Green+Blue) = 182+70+16=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B64610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64610 is #49B9EF. Grayscale: #616161. Windows color (decimal): -4831728 or 1066678. OLE color: 1066678.

HSL color Cylindrical-coordinate representation of color #B64610: hue angle of 19.52º 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 #B64610 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 70 16 -
CMYK 0 0.62 0.91 0.29
HSL 19.52º 0.84% 0.39% -
HSV(B) 19.52º 0.91% 0.71% -
XYZ 21.58 14.36 2.13 -
YUV 97.33 82.11 188.39 -
System Red Green Blue C M Y K H S L
Decimal 182 70 16 0 0.62 0.91 0.29 19.52 0.84 0.39
Hex B6 46 10 0 3E 5B 1D 14 54 27
Octal 266 106 20 0 76 133 35 24 124 47
Binary 10110110 1000110 10000 0 111110 1011011 11101 10100 1010100 100111

Color Harmonies of #B64610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64610

Black with #B64610

Text Example


Text Example

White with #B64610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64610; }

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

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

background-color css

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

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

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

border-color css

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

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

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