Html Css Color HEX #B64817 Rust

📋 copy color: '#B64817'

red 182 ◦ green 72 ◦ blue 23

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

Shades of Rust #B64817

Tints of Rust #B64817

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.99%

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

R = 65.7%
G = 25.99%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B64817 (or 0xB64817) is known color: Rust. HEX triplet: B6, 48 and 17. RGB value is (182,72,23). Sum of RGB (Red+Green+Blue) = 182+72+23=277 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.70% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 182 - color contains mainly: red. Hex color #B64817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64817 is #49B7E8. Grayscale: #636363. Windows color (decimal): -4831209 or 1525942. OLE color: 1525942.

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

Color convert

RGB 182 72 23 -
CMYK 0 0.60 0.87 0.29
HSL 18.49º 0.78% 0.4% -
HSV(B) 18.49º 0.87% 0.71% -
XYZ 21.76 14.64 2.49 -
YUV 99.3 84.94 186.98 -
System Red Green Blue C M Y K H S L
Decimal 182 72 23 0 0.60 0.87 0.29 18.49 0.78 0.4
Hex B6 48 17 0 3C 57 1D 12 4E 28
Octal 266 110 27 0 74 127 35 22 116 50
Binary 10110110 1001000 10111 0 111100 1010111 11101 10010 1001110 101000

Color Harmonies of #B64817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64817

Black with #B64817

Text Example


Text Example

White with #B64817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64817; }

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

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

background-color css

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

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

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

border-color css

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

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

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