Html Css Color HEX #B64217 Rust

📋 copy color: '#B64217'

red 182 ◦ green 66 ◦ blue 23

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

Shades of Rust #B64217

Tints of Rust #B64217

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.35%

 BLUE value IS 23 (9.38% from 255) = 8.49%

R = 67.16%
G = 24.35%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B64217 (or 0xB64217) is known color: Rust. HEX triplet: B6, 42 and 17. RGB value is (182,66,23). Sum of RGB (Red+Green+Blue) = 182+66+23=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B64217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64217 is #49BDE8. Grayscale: #606060. Windows color (decimal): -4832745 or 1524406. OLE color: 1524406.

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

Color convert

RGB 182 66 23 -
CMYK 0 0.64 0.87 0.29
HSL 16.23º 0.78% 0.4% -
HSV(B) 16.23º 0.87% 0.71% -
XYZ 21.39 13.9 2.37 -
YUV 95.78 86.93 189.5 -
System Red Green Blue C M Y K H S L
Decimal 182 66 23 0 0.64 0.87 0.29 16.23 0.78 0.4
Hex B6 42 17 0 40 57 1D 10 4E 28
Octal 266 102 27 0 100 127 35 20 116 50
Binary 10110110 1000010 10111 0 1000000 1010111 11101 10000 1001110 101000

Color Harmonies of #B64217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64217

Black with #B64217

Text Example


Text Example

White with #B64217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64217; }

 p { color: rgb(182,66,23); }

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

background-color css

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

 a { background-color: rgb(182,66,23); }

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

border-color css

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

 span { border-color: rgb(182,66,23); }

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