Html Css Color HEX #B64519 Rust

📋 copy color: '#B64519'

red 182 ◦ green 69 ◦ blue 25

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

Shades of Rust #B64519

Tints of Rust #B64519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25%

 BLUE value IS 25 (10.16% from 255) = 9.06%

R = 65.94%
G = 25%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B64519 (or 0xB64519) is known color: Rust. HEX triplet: B6, 45 and 19. RGB value is (182,69,25). Sum of RGB (Red+Green+Blue) = 182+69+25=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B64519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64519 is #49BAE6. Grayscale: #626262. Windows color (decimal): -4831975 or 1656246. OLE color: 1656246.

HSL color Cylindrical-coordinate representation of color #B64519: hue angle of 16.82º degrees, saturation: 0.76, 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 #B64519 is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 69 25 -
CMYK 0 0.62 0.86 0.29
HSL 16.82º 0.76% 0.41% -
HSV(B) 16.82º 0.86% 0.71% -
XYZ 21.6 14.27 2.54 -
YUV 97.77 86.94 188.08 -
System Red Green Blue C M Y K H S L
Decimal 182 69 25 0 0.62 0.86 0.29 16.82 0.76 0.41
Hex B6 45 19 0 3E 56 1D 11 4C 29
Octal 266 105 31 0 76 126 35 21 114 51
Binary 10110110 1000101 11001 0 111110 1010110 11101 10001 1001100 101001

Color Harmonies of #B64519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64519

Black with #B64519

Text Example


Text Example

White with #B64519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64519; }

 p { color: rgb(182,69,25); }

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

background-color css

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

 a { background-color: rgb(182,69,25); }

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

border-color css

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

 span { border-color: rgb(182,69,25); }

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