Html Css Color HEX #B64317 Rust

📋 copy color: '#B64317'

red 182 ◦ green 67 ◦ blue 23

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

Shades of Rust #B64317

Tints of Rust #B64317

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.63%

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

R = 66.91%
G = 24.63%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B64317 (or 0xB64317) is known color: Rust. HEX triplet: B6, 43 and 17. RGB value is (182,67,23). Sum of RGB (Red+Green+Blue) = 182+67+23=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 23 (9.38% from 255 or 8.46% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B64317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64317 is #49BCE8. Grayscale: #606060. Windows color (decimal): -4832489 or 1524662. OLE color: 1524662.

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

Color convert

RGB 182 67 23 -
CMYK 0 0.63 0.87 0.29
HSL 16.6º 0.78% 0.4% -
HSV(B) 16.6º 0.87% 0.71% -
XYZ 21.45 14.02 2.39 -
YUV 96.37 86.6 189.08 -
System Red Green Blue C M Y K H S L
Decimal 182 67 23 0 0.63 0.87 0.29 16.6 0.78 0.4
Hex B6 43 17 0 3F 57 1D 11 4E 28
Octal 266 103 27 0 77 127 35 21 116 50
Binary 10110110 1000011 10111 0 111111 1010111 11101 10001 1001110 101000

Color Harmonies of #B64317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64317

Black with #B64317

Text Example


Text Example

White with #B64317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64317; }

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

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

background-color css

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

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

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

border-color css

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

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

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