Html Css Color HEX #B64618 Rust

📋 copy color: '#B64618'

red 182 ◦ green 70 ◦ blue 24

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

Shades of Rust #B64618

Tints of Rust #B64618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.36%

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

R = 65.94%
G = 25.36%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B64618 (or 0xB64618) is known color: Rust. HEX triplet: B6, 46 and 18. RGB value is (182,70,24). Sum of RGB (Red+Green+Blue) = 182+70+24=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B64618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64618 is #49B9E7. Grayscale: #626262. Windows color (decimal): -4831720 or 1590966. OLE color: 1590966.

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

Color convert

RGB 182 70 24 -
CMYK 0 0.62 0.87 0.29
HSL 17.47º 0.77% 0.4% -
HSV(B) 17.47º 0.87% 0.71% -
XYZ 21.65 14.39 2.5 -
YUV 98.24 86.11 187.74 -
System Red Green Blue C M Y K H S L
Decimal 182 70 24 0 0.62 0.87 0.29 17.47 0.77 0.4
Hex B6 46 18 0 3E 57 1D 11 4D 28
Octal 266 106 30 0 76 127 35 21 115 50
Binary 10110110 1000110 11000 0 111110 1010111 11101 10001 1001101 101000

Color Harmonies of #B64618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64618

Black with #B64618

Text Example


Text Example

White with #B64618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64618; }

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

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

background-color css

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

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

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

border-color css

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

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

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