Html Css Color HEX #B65515 Rust

📋 copy color: '#B65515'

red 182 ◦ green 85 ◦ blue 21

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

Shades of Rust #B65515

Tints of Rust #B65515

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.51%

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

R = 63.19%
G = 29.51%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B65515 (or 0xB65515) is known color: Rust. HEX triplet: B6, 55 and 15. RGB value is (182,85,21). Sum of RGB (Red+Green+Blue) = 182+85+21=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 85 (33.59% from 255 or 29.51% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B65515 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65515 is #49AAEA. Grayscale: #6B6B6B. Windows color (decimal): -4827883 or 1398198. OLE color: 1398198.

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

Color convert

RGB 182 85 21 -
CMYK 0 0.53 0.88 0.29
HSL 23.85º 0.79% 0.4% -
HSV(B) 23.85º 0.88% 0.71% -
XYZ 22.68 16.5 2.7 -
YUV 106.71 79.64 181.7 -
System Red Green Blue C M Y K H S L
Decimal 182 85 21 0 0.53 0.88 0.29 23.85 0.79 0.4
Hex B6 55 15 0 35 58 1D 18 4F 28
Octal 266 125 25 0 65 130 35 30 117 50
Binary 10110110 1010101 10101 0 110101 1011000 11101 11000 1001111 101000

Color Harmonies of #B65515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65515

Black with #B65515

Text Example


Text Example

White with #B65515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65515; }

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

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

background-color css

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

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

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

border-color css

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

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

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