Html Css Color HEX #B64117 Rust

📋 copy color: '#B64117'

red 182 ◦ green 65 ◦ blue 23

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

Shades of Rust #B64117

Tints of Rust #B64117

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.07%

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

R = 67.41%
G = 24.07%
B = 8.52%

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

#B64117 (or 0xB64117) is known color: Rust. HEX triplet: B6, 41 and 17. RGB value is (182,65,23). Sum of RGB (Red+Green+Blue) = 182+65+23=270 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.41% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 182 - color contains mainly: red. Hex color #B64117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64117 is #49BEE8. Grayscale: #5F5F5F. Windows color (decimal): -4833001 or 1524150. OLE color: 1524150.

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

Color convert

RGB 182 65 23 -
CMYK 0 0.64 0.87 0.29
HSL 15.85º 0.78% 0.4% -
HSV(B) 15.85º 0.87% 0.71% -
XYZ 21.34 13.79 2.35 -
YUV 95.2 87.26 189.92 -
System Red Green Blue C M Y K H S L
Decimal 182 65 23 0 0.64 0.87 0.29 15.85 0.78 0.4
Hex B6 41 17 0 40 57 1D 10 4E 28
Octal 266 101 27 0 100 127 35 20 116 50
Binary 10110110 1000001 10111 0 1000000 1010111 11101 10000 1001110 101000

Color Harmonies of #B64117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64117

Black with #B64117

Text Example


Text Example

White with #B64117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64117; }

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

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

background-color css

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

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

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

border-color css

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

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

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