Html Css Color HEX #B65213 Rust

📋 copy color: '#B65213'

red 182 ◦ green 82 ◦ blue 19

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

Shades of Rust #B65213

Tints of Rust #B65213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.98%

 BLUE value IS 19 (7.81% from 255) = 6.71%

R = 64.31%
G = 28.98%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B65213 (or 0xB65213) is known color: Rust. HEX triplet: B6, 52 and 13. RGB value is (182,82,19). Sum of RGB (Red+Green+Blue) = 182+82+19=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 19 (7.81% from 255 or 6.71% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B65213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65213 is #49ADEC. Grayscale: #696969. Windows color (decimal): -4828653 or 1266358. OLE color: 1266358.

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

Color convert

RGB 182 82 19 -
CMYK 0 0.55 0.90 0.29
HSL 23.19º 0.81% 0.39% -
HSV(B) 23.19º 0.9% 0.71% -
XYZ 22.43 16.03 2.53 -
YUV 104.72 79.63 183.12 -
System Red Green Blue C M Y K H S L
Decimal 182 82 19 0 0.55 0.90 0.29 23.19 0.81 0.39
Hex B6 52 13 0 37 5A 1D 17 51 27
Octal 266 122 23 0 67 132 35 27 121 47
Binary 10110110 1010010 10011 0 110111 1011010 11101 10111 1010001 100111

Color Harmonies of #B65213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65213

Black with #B65213

Text Example


Text Example

White with #B65213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65213; }

 p { color: rgb(182,82,19); }

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

background-color css

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

 a { background-color: rgb(182,82,19); }

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

border-color css

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

 span { border-color: rgb(182,82,19); }

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