Html Css Color HEX #B65715 Rust

📋 copy color: '#B65715'

red 182 ◦ green 87 ◦ blue 21

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

Shades of Rust #B65715

Tints of Rust #B65715

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30%

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

R = 62.76%
G = 30%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B65715 (or 0xB65715) is known color: Rust. HEX triplet: B6, 57 and 15. RGB value is (182,87,21). Sum of RGB (Red+Green+Blue) = 182+87+21=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 87 (34.38% from 255 or 30% from 290); Blue value is 21 (8.59% from 255 or 7.24% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B65715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65715 is #49A8EA. Grayscale: #6C6C6C. Windows color (decimal): -4827371 or 1398710. OLE color: 1398710.

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

Color convert

RGB 182 87 21 -
CMYK 0 0.52 0.88 0.29
HSL 24.6º 0.79% 0.4% -
HSV(B) 24.6º 0.88% 0.71% -
XYZ 22.83 16.82 2.75 -
YUV 107.88 78.97 180.87 -
System Red Green Blue C M Y K H S L
Decimal 182 87 21 0 0.52 0.88 0.29 24.6 0.79 0.4
Hex B6 57 15 0 34 58 1D 19 4F 28
Octal 266 127 25 0 64 130 35 31 117 50
Binary 10110110 1010111 10101 0 110100 1011000 11101 11001 1001111 101000

Color Harmonies of #B65715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65715

Black with #B65715

Text Example


Text Example

White with #B65715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65715; }

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

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

background-color css

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

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

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

border-color css

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

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

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