Html Css Color HEX #B65712 Rust

📋 copy color: '#B65712'

red 182 ◦ green 87 ◦ blue 18

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

Shades of Rust #B65712

Tints of Rust #B65712

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.31%

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

R = 63.41%
G = 30.31%
B = 6.27%

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

#B65712 (or 0xB65712) is known color: Rust. HEX triplet: B6, 57 and 12. RGB value is (182,87,18). Sum of RGB (Red+Green+Blue) = 182+87+18=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B65712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65712 is #49A8ED. Grayscale: #6B6B6B. Windows color (decimal): -4827374 or 1202102. OLE color: 1202102.

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

Color convert

RGB 182 87 18 -
CMYK 0 0.52 0.90 0.29
HSL 25.24º 0.82% 0.39% -
HSV(B) 25.24º 0.9% 0.71% -
XYZ 22.81 16.81 2.61 -
YUV 107.54 77.47 181.11 -
System Red Green Blue C M Y K H S L
Decimal 182 87 18 0 0.52 0.90 0.29 25.24 0.82 0.39
Hex B6 57 12 0 34 5A 1D 19 52 27
Octal 266 127 22 0 64 132 35 31 122 47
Binary 10110110 1010111 10010 0 110100 1011010 11101 11001 1010010 100111

Color Harmonies of #B65712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65712

Black with #B65712

Text Example


Text Example

White with #B65712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65712; }

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

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

background-color css

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

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

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

border-color css

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

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

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