Html Css Color HEX #B65118 Rust

📋 copy color: '#B65118'

red 182 ◦ green 81 ◦ blue 24

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

Shades of Rust #B65118

Tints of Rust #B65118

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.22%

 BLUE value IS 24 (9.77% from 255) = 8.36%

R = 63.41%
G = 28.22%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B65118 (or 0xB65118) is known color: Rust. HEX triplet: B6, 51 and 18. RGB value is (182,81,24). Sum of RGB (Red+Green+Blue) = 182+81+24=287 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.41% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 24 (9.77% from 255 or 8.36% from 287); Max value from RGB is 182 - color contains mainly: red. Hex color #B65118 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65118 is #49AEE7. Grayscale: #696969. Windows color (decimal): -4828904 or 1593782. OLE color: 1593782.

HSL color Cylindrical-coordinate representation of color #B65118: hue angle of 21.65º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B65118 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 81 24 -
CMYK 0 0.55 0.87 0.29
HSL 21.65º 0.77% 0.4% -
HSV(B) 21.65º 0.87% 0.71% -
XYZ 22.4 15.9 2.75 -
YUV 104.7 82.46 183.13 -
System Red Green Blue C M Y K H S L
Decimal 182 81 24 0 0.55 0.87 0.29 21.65 0.77 0.4
Hex B6 51 18 0 37 57 1D 16 4D 28
Octal 266 121 30 0 67 127 35 26 115 50
Binary 10110110 1010001 11000 0 110111 1010111 11101 10110 1001101 101000

Color Harmonies of #B65118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65118

Black with #B65118

Text Example


Text Example

White with #B65118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65118; }

 p { color: rgb(182,81,24); }

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

background-color css

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

 a { background-color: rgb(182,81,24); }

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

border-color css

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

 span { border-color: rgb(182,81,24); }

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