Html Css Color HEX #B65913 Rust

📋 copy color: '#B65913'

red 182 ◦ green 89 ◦ blue 19

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

Shades of Rust #B65913

Tints of Rust #B65913

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.69%

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

R = 62.76%
G = 30.69%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B65913 (or 0xB65913) is known color: Rust. HEX triplet: B6, 59 and 13. RGB value is (182,89,19). Sum of RGB (Red+Green+Blue) = 182+89+19=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 89 (35.16% from 255 or 30.69% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B65913 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65913 is #49A6EC. Grayscale: #6D6D6D. Windows color (decimal): -4826861 or 1268150. OLE color: 1268150.

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

Color convert

RGB 182 89 19 -
CMYK 0 0.51 0.90 0.29
HSL 25.77º 0.81% 0.39% -
HSV(B) 25.77º 0.9% 0.71% -
XYZ 22.98 17.14 2.71 -
YUV 108.83 77.31 180.19 -
System Red Green Blue C M Y K H S L
Decimal 182 89 19 0 0.51 0.90 0.29 25.77 0.81 0.39
Hex B6 59 13 0 33 5A 1D 1A 51 27
Octal 266 131 23 0 63 132 35 32 121 47
Binary 10110110 1011001 10011 0 110011 1011010 11101 11010 1010001 100111

Color Harmonies of #B65913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65913

Black with #B65913

Text Example


Text Example

White with #B65913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65913; }

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

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

background-color css

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

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

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

border-color css

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

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

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