Html Css Color HEX #B65114 Rust

📋 copy color: '#B65114'

red 182 ◦ green 81 ◦ blue 20

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

Shades of Rust #B65114

Tints of Rust #B65114

RGB

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

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

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

R = 64.31%
G = 28.62%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B65114 (or 0xB65114) is known color: Rust. HEX triplet: B6, 51 and 14. RGB value is (182,81,20). Sum of RGB (Red+Green+Blue) = 182+81+20=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 20 (8.20% from 255 or 7.07% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B65114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65114 is #49AEEB. Grayscale: #686868. Windows color (decimal): -4828908 or 1331638. OLE color: 1331638.

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

Color convert

RGB 182 81 20 -
CMYK 0 0.55 0.89 0.29
HSL 22.59º 0.8% 0.4% -
HSV(B) 22.59º 0.89% 0.71% -
XYZ 22.36 15.88 2.55 -
YUV 104.25 80.46 183.46 -
System Red Green Blue C M Y K H S L
Decimal 182 81 20 0 0.55 0.89 0.29 22.59 0.8 0.4
Hex B6 51 14 0 37 59 1D 17 50 28
Octal 266 121 24 0 67 131 35 27 120 50
Binary 10110110 1010001 10100 0 110111 1011001 11101 10111 1010000 101000

Color Harmonies of #B65114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65114

Black with #B65114

Text Example


Text Example

White with #B65114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65114; }

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

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

background-color css

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

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

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

border-color css

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

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

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