Html Css Color HEX #B65115 Rust

📋 copy color: '#B65115'

red 182 ◦ green 81 ◦ blue 21

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

Shades of Rust #B65115

Tints of Rust #B65115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.39%

R = 64.08%
G = 28.52%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B65115 (or 0xB65115) is known color: Rust. HEX triplet: B6, 51 and 15. RGB value is (182,81,21). Sum of RGB (Red+Green+Blue) = 182+81+21=284 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.08% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 182 - color contains mainly: red. Hex color #B65115 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65115 is #49AEEA. Grayscale: #686868. Windows color (decimal): -4828907 or 1397174. OLE color: 1397174.

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

Color convert

RGB 182 81 21 -
CMYK 0 0.55 0.88 0.29
HSL 22.36º 0.79% 0.4% -
HSV(B) 22.36º 0.88% 0.71% -
XYZ 22.37 15.88 2.6 -
YUV 104.36 80.96 183.38 -
System Red Green Blue C M Y K H S L
Decimal 182 81 21 0 0.55 0.88 0.29 22.36 0.79 0.4
Hex B6 51 15 0 37 58 1D 16 4F 28
Octal 266 121 25 0 67 130 35 26 117 50
Binary 10110110 1010001 10101 0 110111 1011000 11101 10110 1001111 101000

Color Harmonies of #B65115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65115

Black with #B65115

Text Example


Text Example

White with #B65115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65115; }

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

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

background-color css

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

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

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

border-color css

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

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

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