Html Css Color HEX #B64D18 Rust

📋 copy color: '#B64D18'

red 182 ◦ green 77 ◦ blue 24

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

Shades of Rust #B64D18

Tints of Rust #B64D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.48%

R = 64.31%
G = 27.21%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B64D18 (or 0xB64D18) is known color: Rust. HEX triplet: B6, 4D and 18. RGB value is (182,77,24). Sum of RGB (Red+Green+Blue) = 182+77+24=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B64D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64D18 is #49B2E7. Grayscale: #666666. Windows color (decimal): -4829928 or 1592758. OLE color: 1592758.

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

Color convert

RGB 182 77 24 -
CMYK 0 0.58 0.87 0.29
HSL 20.13º 0.77% 0.4% -
HSV(B) 20.13º 0.87% 0.71% -
XYZ 22.11 15.32 2.66 -
YUV 102.35 83.79 184.81 -
System Red Green Blue C M Y K H S L
Decimal 182 77 24 0 0.58 0.87 0.29 20.13 0.77 0.4
Hex B6 4D 18 0 3A 57 1D 14 4D 28
Octal 266 115 30 0 72 127 35 24 115 50
Binary 10110110 1001101 11000 0 111010 1010111 11101 10100 1001101 101000

Color Harmonies of #B64D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64D18

Black with #B64D18

Text Example


Text Example

White with #B64D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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