Html Css Color HEX #B65812 Rust

📋 copy color: '#B65812'

red 182 ◦ green 88 ◦ blue 18

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

Shades of Rust #B65812

Tints of Rust #B65812

RGB

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

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

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

R = 63.19%
G = 30.56%
B = 6.25%

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

#B65812 (or 0xB65812) is known color: Rust. HEX triplet: B6, 58 and 12. RGB value is (182,88,18). Sum of RGB (Red+Green+Blue) = 182+88+18=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 18 (7.42% from 255 or 6.25% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B65812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65812 is #49A7ED. Grayscale: #6C6C6C. Windows color (decimal): -4827118 or 1202358. OLE color: 1202358.

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

Color convert

RGB 182 88 18 -
CMYK 0 0.52 0.90 0.29
HSL 25.61º 0.82% 0.39% -
HSV(B) 25.61º 0.9% 0.71% -
XYZ 22.89 16.97 2.64 -
YUV 108.13 77.14 180.69 -
System Red Green Blue C M Y K H S L
Decimal 182 88 18 0 0.52 0.90 0.29 25.61 0.82 0.39
Hex B6 58 12 0 34 5A 1D 1A 52 27
Octal 266 130 22 0 64 132 35 32 122 47
Binary 10110110 1011000 10010 0 110100 1011010 11101 11010 1010010 100111

Color Harmonies of #B65812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65812

Black with #B65812

Text Example


Text Example

White with #B65812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65812; }

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

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

background-color css

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

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

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

border-color css

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

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

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