Html Css Color HEX #B65418 Rust

📋 copy color: '#B65418'

red 182 ◦ green 84 ◦ blue 24

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

Shades of Rust #B65418

Tints of Rust #B65418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.97%

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

R = 62.76%
G = 28.97%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B65418 (or 0xB65418) is known color: Rust. HEX triplet: B6, 54 and 18. RGB value is (182,84,24). Sum of RGB (Red+Green+Blue) = 182+84+24=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B65418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B65418 is #49ABE7. Grayscale: #6A6A6A. Windows color (decimal): -4828136 or 1594550. OLE color: 1594550.

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

Color convert

RGB 182 84 24 -
CMYK 0 0.54 0.87 0.29
HSL 22.78º 0.77% 0.4% -
HSV(B) 22.78º 0.87% 0.71% -
XYZ 22.63 16.35 2.83 -
YUV 106.46 81.47 181.88 -
System Red Green Blue C M Y K H S L
Decimal 182 84 24 0 0.54 0.87 0.29 22.78 0.77 0.4
Hex B6 54 18 0 36 57 1D 17 4D 28
Octal 266 124 30 0 66 127 35 27 115 50
Binary 10110110 1010100 11000 0 110110 1010111 11101 10111 1001101 101000

Color Harmonies of #B65418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B65418

Black with #B65418

Text Example


Text Example

White with #B65418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B65418; }

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

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

background-color css

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

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

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

border-color css

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

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

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