Html Css Color HEX #B65219 Rust

📋 copy color: '#B65219'

red 182 ◦ green 82 ◦ blue 25

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

Shades of Rust #B65219

Tints of Rust #B65219

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.37%

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

R = 62.98%
G = 28.37%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B65219 (or 0xB65219) is known color: Rust. HEX triplet: B6, 52 and 19. RGB value is (182,82,25). Sum of RGB (Red+Green+Blue) = 182+82+25=289 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.98% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 182 - color contains mainly: red. Hex color #B65219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65219 is #49ADE6. Grayscale: #696969. Windows color (decimal): -4828647 or 1659574. OLE color: 1659574.

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

Color convert

RGB 182 82 25 -
CMYK 0 0.55 0.86 0.29
HSL 21.78º 0.76% 0.41% -
HSV(B) 21.78º 0.86% 0.71% -
XYZ 22.48 16.05 2.83 -
YUV 105.4 82.63 182.63 -
System Red Green Blue C M Y K H S L
Decimal 182 82 25 0 0.55 0.86 0.29 21.78 0.76 0.41
Hex B6 52 19 0 37 56 1D 16 4C 29
Octal 266 122 31 0 67 126 35 26 114 51
Binary 10110110 1010010 11001 0 110111 1010110 11101 10110 1001100 101001

Color Harmonies of #B65219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65219

Black with #B65219

Text Example


Text Example

White with #B65219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65219; }

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

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

background-color css

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

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

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

border-color css

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

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

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