Html Css Color HEX #B64617 Rust

📋 copy color: '#B64617'

red 182 ◦ green 70 ◦ blue 23

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

Shades of Rust #B64617

Tints of Rust #B64617

RGB

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

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

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

R = 66.18%
G = 25.45%
B = 8.36%

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

#B64617 (or 0xB64617) is known color: Rust. HEX triplet: B6, 46 and 17. RGB value is (182,70,23). Sum of RGB (Red+Green+Blue) = 182+70+23=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B64617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64617 is #49B9E8. Grayscale: #626262. Windows color (decimal): -4831721 or 1525430. OLE color: 1525430.

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

Color convert

RGB 182 70 23 -
CMYK 0 0.62 0.87 0.29
HSL 17.74º 0.78% 0.4% -
HSV(B) 17.74º 0.87% 0.71% -
XYZ 21.64 14.39 2.45 -
YUV 98.13 85.61 187.82 -
System Red Green Blue C M Y K H S L
Decimal 182 70 23 0 0.62 0.87 0.29 17.74 0.78 0.4
Hex B6 46 17 0 3E 57 1D 12 4E 28
Octal 266 106 27 0 76 127 35 22 116 50
Binary 10110110 1000110 10111 0 111110 1010111 11101 10010 1001110 101000

Color Harmonies of #B64617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64617

Black with #B64617

Text Example


Text Example

White with #B64617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64617; }

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

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

background-color css

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

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

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

border-color css

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

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

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