Html Css Color HEX #B65014 Rust

📋 copy color: '#B65014'

red 182 ◦ green 80 ◦ blue 20

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

Shades of Rust #B65014

Tints of Rust #B65014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.09%

R = 64.54%
G = 28.37%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B65014 (or 0xB65014) is known color: Rust. HEX triplet: B6, 50 and 14. RGB value is (182,80,20). Sum of RGB (Red+Green+Blue) = 182+80+20=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 20 (8.20% from 255 or 7.09% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B65014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65014 is #49AFEB. Grayscale: #686868. Windows color (decimal): -4829164 or 1331382. OLE color: 1331382.

HSL color Cylindrical-coordinate representation of color #B65014: hue angle of 22.22º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B65014 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 80 20 -
CMYK 0 0.56 0.89 0.29
HSL 22.22º 0.8% 0.4% -
HSV(B) 22.22º 0.89% 0.71% -
XYZ 22.29 15.73 2.52 -
YUV 103.66 80.79 183.88 -
System Red Green Blue C M Y K H S L
Decimal 182 80 20 0 0.56 0.89 0.29 22.22 0.8 0.4
Hex B6 50 14 0 38 59 1D 16 50 28
Octal 266 120 24 0 70 131 35 26 120 50
Binary 10110110 1010000 10100 0 111000 1011001 11101 10110 1010000 101000

Color Harmonies of #B65014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65014

Black with #B65014

Text Example


Text Example

White with #B65014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65014; }

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

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

background-color css

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

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

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

border-color css

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

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

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