Html Css Color HEX #B65612 Rust

📋 copy color: '#B65612'

red 182 ◦ green 86 ◦ blue 18

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

Shades of Rust #B65612

Tints of Rust #B65612

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.29%

R = 63.64%
G = 30.07%
B = 6.29%

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

#B65612 (or 0xB65612) is known color: Rust. HEX triplet: B6, 56 and 12. RGB value is (182,86,18). Sum of RGB (Red+Green+Blue) = 182+86+18=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B65612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65612 is #49A9ED. Grayscale: #6B6B6B. Windows color (decimal): -4827630 or 1201846. OLE color: 1201846.

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

Color convert

RGB 182 86 18 -
CMYK 0 0.53 0.90 0.29
HSL 24.88º 0.82% 0.39% -
HSV(B) 24.88º 0.9% 0.71% -
XYZ 22.73 16.64 2.59 -
YUV 106.95 77.8 181.53 -
System Red Green Blue C M Y K H S L
Decimal 182 86 18 0 0.53 0.90 0.29 24.88 0.82 0.39
Hex B6 56 12 0 35 5A 1D 19 52 27
Octal 266 126 22 0 65 132 35 31 122 47
Binary 10110110 1010110 10010 0 110101 1011010 11101 11001 1010010 100111

Color Harmonies of #B65612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65612

Black with #B65612

Text Example


Text Example

White with #B65612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65612; }

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

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

background-color css

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

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

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

border-color css

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

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

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