Html Css Color HEX #B65110 Rust

📋 copy color: '#B65110'

red 182 ◦ green 81 ◦ blue 16

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

Shades of Rust #B65110

Tints of Rust #B65110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.73%

R = 65.23%
G = 29.03%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.91

 K value IS 0.29

RGB Variations

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

Color information

#B65110 (or 0xB65110) is known color: Rust. HEX triplet: B6, 51 and 10. RGB value is (182,81,16). Sum of RGB (Red+Green+Blue) = 182+81+16=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 81 (32.03% from 255 or 29.03% from 279); Blue value is 16 (6.64% from 255 or 5.73% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B65110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65110 is #49AEEF. Grayscale: #686868. Windows color (decimal): -4828912 or 1069494. OLE color: 1069494.

HSL color Cylindrical-coordinate representation of color #B65110: hue angle of 23.49º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B65110 is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 81 16 -
CMYK 0 0.55 0.91 0.29
HSL 23.49º 0.84% 0.39% -
HSV(B) 23.49º 0.91% 0.71% -
XYZ 22.33 15.87 2.38 -
YUV 103.79 78.46 183.79 -
System Red Green Blue C M Y K H S L
Decimal 182 81 16 0 0.55 0.91 0.29 23.49 0.84 0.39
Hex B6 51 10 0 37 5B 1D 17 54 27
Octal 266 121 20 0 67 133 35 27 124 47
Binary 10110110 1010001 10000 0 110111 1011011 11101 10111 1010100 100111

Color Harmonies of #B65110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65110

Black with #B65110

Text Example


Text Example

White with #B65110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65110; }

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

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

background-color css

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

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

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

border-color css

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

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

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