Html Css Color HEX #B65813 Rust

📋 copy color: '#B65813'

red 182 ◦ green 88 ◦ blue 19

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

Shades of Rust #B65813

Tints of Rust #B65813

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.45%

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

R = 62.98%
G = 30.45%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B65813 (or 0xB65813) is known color: Rust. HEX triplet: B6, 58 and 13. RGB value is (182,88,19). Sum of RGB (Red+Green+Blue) = 182+88+19=289 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.98% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 182 - color contains mainly: red. Hex color #B65813 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65813 is #49A7EC. Grayscale: #6C6C6C. Windows color (decimal): -4827117 or 1267894. OLE color: 1267894.

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

Color convert

RGB 182 88 19 -
CMYK 0 0.52 0.90 0.29
HSL 25.4º 0.81% 0.39% -
HSV(B) 25.4º 0.9% 0.71% -
XYZ 22.9 16.97 2.69 -
YUV 108.24 77.64 180.61 -
System Red Green Blue C M Y K H S L
Decimal 182 88 19 0 0.52 0.90 0.29 25.4 0.81 0.39
Hex B6 58 13 0 34 5A 1D 19 51 27
Octal 266 130 23 0 64 132 35 31 121 47
Binary 10110110 1011000 10011 0 110100 1011010 11101 11001 1010001 100111

Color Harmonies of #B65813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65813

Black with #B65813

Text Example


Text Example

White with #B65813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65813; }

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

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

background-color css

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

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

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

border-color css

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

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

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