Html Css Color HEX #B65015 Rust

📋 copy color: '#B65015'

red 182 ◦ green 80 ◦ blue 21

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

Shades of Rust #B65015

Tints of Rust #B65015

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.27%

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

R = 64.31%
G = 28.27%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B65015 (or 0xB65015) is known color: Rust. HEX triplet: B6, 50 and 15. RGB value is (182,80,21). Sum of RGB (Red+Green+Blue) = 182+80+21=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B65015 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65015 is #49AFEA. Grayscale: #686868. Windows color (decimal): -4829163 or 1396918. OLE color: 1396918.

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

Color convert

RGB 182 80 21 -
CMYK 0 0.56 0.88 0.29
HSL 21.99º 0.79% 0.4% -
HSV(B) 21.99º 0.88% 0.71% -
XYZ 22.3 15.74 2.57 -
YUV 103.77 81.29 183.8 -
System Red Green Blue C M Y K H S L
Decimal 182 80 21 0 0.56 0.88 0.29 21.99 0.79 0.4
Hex B6 50 15 0 38 58 1D 16 4F 28
Octal 266 120 25 0 70 130 35 26 117 50
Binary 10110110 1010000 10101 0 111000 1011000 11101 10110 1001111 101000

Color Harmonies of #B65015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65015

Black with #B65015

Text Example


Text Example

White with #B65015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65015; }

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

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

background-color css

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

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

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

border-color css

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

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

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