Html Css Color HEX #B64D15 Rust

📋 copy color: '#B64D15'

red 182 ◦ green 77 ◦ blue 21

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

Shades of Rust #B64D15

Tints of Rust #B64D15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.5%

R = 65%
G = 27.5%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B64D15 (or 0xB64D15) is known color: Rust. HEX triplet: B6, 4D and 15. RGB value is (182,77,21). Sum of RGB (Red+Green+Blue) = 182+77+21=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 77 (30.47% from 255 or 27.5% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D15 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64D15 is #49B2EA. Grayscale: #666666. Windows color (decimal): -4829931 or 1396150. OLE color: 1396150.

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

Color convert

RGB 182 77 21 -
CMYK 0 0.58 0.88 0.29
HSL 20.87º 0.79% 0.4% -
HSV(B) 20.87º 0.88% 0.71% -
XYZ 22.08 15.31 2.5 -
YUV 102.01 82.29 185.05 -
System Red Green Blue C M Y K H S L
Decimal 182 77 21 0 0.58 0.88 0.29 20.87 0.79 0.4
Hex B6 4D 15 0 3A 58 1D 15 4F 28
Octal 266 115 25 0 72 130 35 25 117 50
Binary 10110110 1001101 10101 0 111010 1011000 11101 10101 1001111 101000

Color Harmonies of #B64D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64D15

Black with #B64D15

Text Example


Text Example

White with #B64D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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