Html Css Color HEX #B65119 Rust

📋 copy color: '#B65119'

red 182 ◦ green 81 ◦ blue 25

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

Shades of Rust #B65119

Tints of Rust #B65119

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.13%

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

R = 63.19%
G = 28.13%
B = 8.68%

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

#B65119 (or 0xB65119) is known color: Rust. HEX triplet: B6, 51 and 19. RGB value is (182,81,25). Sum of RGB (Red+Green+Blue) = 182+81+25=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 25 (10.16% from 255 or 8.68% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B65119 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65119 is #49AEE6. Grayscale: #696969. Windows color (decimal): -4828903 or 1659318. OLE color: 1659318.

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

Color convert

RGB 182 81 25 -
CMYK 0 0.55 0.86 0.29
HSL 21.4º 0.76% 0.41% -
HSV(B) 21.4º 0.86% 0.71% -
XYZ 22.41 15.9 2.81 -
YUV 104.82 82.96 183.05 -
System Red Green Blue C M Y K H S L
Decimal 182 81 25 0 0.55 0.86 0.29 21.4 0.76 0.41
Hex B6 51 19 0 37 56 1D 15 4C 29
Octal 266 121 31 0 67 126 35 25 114 51
Binary 10110110 1010001 11001 0 110111 1010110 11101 10101 1001100 101001

Color Harmonies of #B65119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65119

Black with #B65119

Text Example


Text Example

White with #B65119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65119; }

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

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

background-color css

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

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

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

border-color css

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

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

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