Html Css Color HEX #B64D1D Rust

📋 copy color: '#B64D1D'

red 182 ◦ green 77 ◦ blue 29

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

Shades of Rust #B64D1D

Tints of Rust #B64D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.07%

R = 63.19%
G = 26.74%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B64D1D (or 0xB64D1D) is known color: Rust. HEX triplet: B6, 4D and 1D. RGB value is (182,77,29). Sum of RGB (Red+Green+Blue) = 182+77+29=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B64D1D is #49B2E2. Grayscale: #676767. Windows color (decimal): -4829923 or 1920438. OLE color: 1920438.

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

Color convert

RGB 182 77 29 -
CMYK 0 0.58 0.84 0.29
HSL 18.82º 0.73% 0.41% -
HSV(B) 18.82º 0.84% 0.71% -
XYZ 22.17 15.34 2.96 -
YUV 102.92 86.29 184.4 -
System Red Green Blue C M Y K H S L
Decimal 182 77 29 0 0.58 0.84 0.29 18.82 0.73 0.41
Hex B6 4D 1D 0 3A 54 1D 13 49 29
Octal 266 115 35 0 72 124 35 23 111 51
Binary 10110110 1001101 11101 0 111010 1010100 11101 10011 1001001 101001

Color Harmonies of #B64D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64D1D

Black with #B64D1D

Text Example


Text Example

White with #B64D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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