Html Css Color HEX #B64D1A Rust

📋 copy color: '#B64D1A'

red 182 ◦ green 77 ◦ blue 26

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

Shades of Rust #B64D1A

Tints of Rust #B64D1A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.02%

 BLUE value IS 26 (10.55% from 255) = 9.12%

R = 63.86%
G = 27.02%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B64D1A (or 0xB64D1A) is known color: Rust. HEX triplet: B6, 4D and 1A. RGB value is (182,77,26). Sum of RGB (Red+Green+Blue) = 182+77+26=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64D1A is #49B2E5. Grayscale: #666666. Windows color (decimal): -4829926 or 1723830. OLE color: 1723830.

HSL color Cylindrical-coordinate representation of color #B64D1A: hue angle of 19.62º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B64D1A is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 77 26 -
CMYK 0 0.58 0.86 0.29
HSL 19.62º 0.75% 0.41% -
HSV(B) 19.62º 0.86% 0.71% -
XYZ 22.13 15.33 2.77 -
YUV 102.58 84.79 184.65 -
System Red Green Blue C M Y K H S L
Decimal 182 77 26 0 0.58 0.86 0.29 19.62 0.75 0.41
Hex B6 4D 1A 0 3A 56 1D 14 4B 29
Octal 266 115 32 0 72 126 35 24 113 51
Binary 10110110 1001101 11010 0 111010 1010110 11101 10100 1001011 101001

Color Harmonies of #B64D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64D1A

Black with #B64D1A

Text Example


Text Example

White with #B64D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64D1A; }

 p { color: rgb(182,77,26); }

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

background-color css

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

 a { background-color: rgb(182,77,26); }

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

border-color css

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

 span { border-color: rgb(182,77,26); }

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