Html Css Color HEX #B64719 Rust

📋 copy color: '#B64719'

red 182 ◦ green 71 ◦ blue 25

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

Shades of Rust #B64719

Tints of Rust #B64719

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.54%

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

R = 65.47%
G = 25.54%
B = 8.99%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B64719 (or 0xB64719) is known color: Rust. HEX triplet: B6, 47 and 19. RGB value is (182,71,25). Sum of RGB (Red+Green+Blue) = 182+71+25=278 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.47% from 278); Green value is 71 (28.12% from 255 or 25.54% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 182 - color contains mainly: red. Hex color #B64719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64719 is #49B8E6. Grayscale: #636363. Windows color (decimal): -4831463 or 1656758. OLE color: 1656758.

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

Color convert

RGB 182 71 25 -
CMYK 0 0.61 0.86 0.29
HSL 17.58º 0.76% 0.41% -
HSV(B) 17.58º 0.86% 0.71% -
XYZ 21.72 14.52 2.58 -
YUV 98.95 86.27 187.24 -
System Red Green Blue C M Y K H S L
Decimal 182 71 25 0 0.61 0.86 0.29 17.58 0.76 0.41
Hex B6 47 19 0 3D 56 1D 12 4C 29
Octal 266 107 31 0 75 126 35 22 114 51
Binary 10110110 1000111 11001 0 111101 1010110 11101 10010 1001100 101001

Color Harmonies of #B64719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64719

Black with #B64719

Text Example


Text Example

White with #B64719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64719; }

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

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

background-color css

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

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

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

border-color css

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

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

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