Html Css Color HEX #B64114 Rust

📋 copy color: '#B64114'

red 182 ◦ green 65 ◦ blue 20

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

Shades of Rust #B64114

Tints of Rust #B64114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 68.16%
G = 24.34%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B64114 (or 0xB64114) is known color: Rust. HEX triplet: B6, 41 and 14. RGB value is (182,65,20). Sum of RGB (Red+Green+Blue) = 182+65+20=267 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.16% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 182 - color contains mainly: red. Hex color #B64114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64114 is #49BEEB. Grayscale: #5F5F5F. Windows color (decimal): -4833004 or 1327542. OLE color: 1327542.

HSL color Cylindrical-coordinate representation of color #B64114: hue angle of 16.67º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B64114 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 65 20 -
CMYK 0 0.64 0.89 0.29
HSL 16.67º 0.8% 0.4% -
HSV(B) 16.67º 0.89% 0.71% -
XYZ 21.31 13.78 2.2 -
YUV 94.85 85.76 190.16 -
System Red Green Blue C M Y K H S L
Decimal 182 65 20 0 0.64 0.89 0.29 16.67 0.8 0.4
Hex B6 41 14 0 40 59 1D 11 50 28
Octal 266 101 24 0 100 131 35 21 120 50
Binary 10110110 1000001 10100 0 1000000 1011001 11101 10001 1010000 101000

Color Harmonies of #B64114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64114

Black with #B64114

Text Example


Text Example

White with #B64114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64114; }

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

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

background-color css

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

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

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

border-color css

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

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

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