Html Css Color HEX #B64614 Rust

📋 copy color: '#B64614'

red 182 ◦ green 70 ◦ blue 20

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

Shades of Rust #B64614

Tints of Rust #B64614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.35%

R = 66.91%
G = 25.74%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B64614 (or 0xB64614) is known color: Rust. HEX triplet: B6, 46 and 14. RGB value is (182,70,20). Sum of RGB (Red+Green+Blue) = 182+70+20=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B64614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64614 is #49B9EB. Grayscale: #626262. Windows color (decimal): -4831724 or 1328822. OLE color: 1328822.

HSL color Cylindrical-coordinate representation of color #B64614: hue angle of 18.52º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B64614 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 70 20 -
CMYK 0 0.62 0.89 0.29
HSL 18.52º 0.8% 0.4% -
HSV(B) 18.52º 0.89% 0.71% -
XYZ 21.61 14.38 2.3 -
YUV 97.79 84.11 188.07 -
System Red Green Blue C M Y K H S L
Decimal 182 70 20 0 0.62 0.89 0.29 18.52 0.8 0.4
Hex B6 46 14 0 3E 59 1D 13 50 28
Octal 266 106 24 0 76 131 35 23 120 50
Binary 10110110 1000110 10100 0 111110 1011001 11101 10011 1010000 101000

Color Harmonies of #B64614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64614

Black with #B64614

Text Example


Text Example

White with #B64614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64614; }

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

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

background-color css

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

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

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

border-color css

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

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

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