Html Css Color HEX #B65613 Rust

📋 copy color: '#B65613'

red 182 ◦ green 86 ◦ blue 19

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

Shades of Rust #B65613

Tints of Rust #B65613

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.97%

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

R = 63.41%
G = 29.97%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B65613 (or 0xB65613) is known color: Rust. HEX triplet: B6, 56 and 13. RGB value is (182,86,19). Sum of RGB (Red+Green+Blue) = 182+86+19=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 86 (33.98% from 255 or 29.97% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B65613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65613 is #49A9EC. Grayscale: #6B6B6B. Windows color (decimal): -4827629 or 1267382. OLE color: 1267382.

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

Color convert

RGB 182 86 19 -
CMYK 0 0.53 0.90 0.29
HSL 24.66º 0.81% 0.39% -
HSV(B) 24.66º 0.9% 0.71% -
XYZ 22.74 16.65 2.63 -
YUV 107.07 78.3 181.45 -
System Red Green Blue C M Y K H S L
Decimal 182 86 19 0 0.53 0.90 0.29 24.66 0.81 0.39
Hex B6 56 13 0 35 5A 1D 19 51 27
Octal 266 126 23 0 65 132 35 31 121 47
Binary 10110110 1010110 10011 0 110101 1011010 11101 11001 1010001 100111

Color Harmonies of #B65613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65613

Black with #B65613

Text Example


Text Example

White with #B65613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65613; }

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

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

background-color css

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

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

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

border-color css

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

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

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