Html Css Color HEX #B64F16 Rust

📋 copy color: '#B64F16'

red 182 ◦ green 79 ◦ blue 22

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

Shades of Rust #B64F16

Tints of Rust #B64F16

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.92%

 BLUE value IS 22 (8.98% from 255) = 7.77%

R = 64.31%
G = 27.92%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B64F16 (or 0xB64F16) is known color: Rust. HEX triplet: B6, 4F and 16. RGB value is (182,79,22). Sum of RGB (Red+Green+Blue) = 182+79+22=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B64F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B64F16 is #49B0E9. Grayscale: #676767. Windows color (decimal): -4829418 or 1462198. OLE color: 1462198.

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

Color convert

RGB 182 79 22 -
CMYK 0 0.57 0.88 0.29
HSL 21.38º 0.78% 0.4% -
HSV(B) 21.38º 0.88% 0.71% -
XYZ 22.23 15.59 2.6 -
YUV 103.3 82.12 184.13 -
System Red Green Blue C M Y K H S L
Decimal 182 79 22 0 0.57 0.88 0.29 21.38 0.78 0.4
Hex B6 4F 16 0 39 58 1D 15 4E 28
Octal 266 117 26 0 71 130 35 25 116 50
Binary 10110110 1001111 10110 0 111001 1011000 11101 10101 1001110 101000

Color Harmonies of #B64F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64F16

Black with #B64F16

Text Example


Text Example

White with #B64F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64F16; }

 p { color: rgb(182,79,22); }

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

background-color css

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

 a { background-color: rgb(182,79,22); }

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

border-color css

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

 span { border-color: rgb(182,79,22); }

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