Html Css Color HEX #B65019 Rust

📋 copy color: '#B65019'

red 182 ◦ green 80 ◦ blue 25

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

Shades of Rust #B65019

Tints of Rust #B65019

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

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

R = 63.41%
G = 27.87%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B65019 (or 0xB65019) is known color: Rust. HEX triplet: B6, 50 and 19. RGB value is (182,80,25). Sum of RGB (Red+Green+Blue) = 182+80+25=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 25 (10.16% from 255 or 8.71% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B65019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65019 is #49AFE6. Grayscale: #686868. Windows color (decimal): -4829159 or 1659062. OLE color: 1659062.

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

Color convert

RGB 182 80 25 -
CMYK 0 0.56 0.86 0.29
HSL 21.02º 0.76% 0.41% -
HSV(B) 21.02º 0.86% 0.71% -
XYZ 22.34 15.75 2.78 -
YUV 104.23 83.29 183.47 -
System Red Green Blue C M Y K H S L
Decimal 182 80 25 0 0.56 0.86 0.29 21.02 0.76 0.41
Hex B6 50 19 0 38 56 1D 15 4C 29
Octal 266 120 31 0 70 126 35 25 114 51
Binary 10110110 1010000 11001 0 111000 1010110 11101 10101 1001100 101001

Color Harmonies of #B65019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65019

Black with #B65019

Text Example


Text Example

White with #B65019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65019; }

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

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

background-color css

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

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

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

border-color css

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

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

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